Pro JavaExpert level Java questions not about a specific book. Please indicate your version.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Pro Java section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hi.Every one,Can anybody explain the concept of Objects to me?
May 2nd, 2009, 05:45 AM
jomet
Guest
Posts: n/a
Think of an object as a fancy variable; it stores data, but you can âmake requestsâ to that object, asking it to perform operations on itself. In theory, you can take any conceptual component in the problem youâre trying to solve (dogs, buildings, services, etc.) and represent it as an object in your program.
Hello friends, i wanna create an avatar in java as a semester project, i need the code/help for the project. i wanna to see that the avatar can be explain a simple code JAVA.