Thread: OOPs learning
View Single Post
Old 07-01-2015, 10:34 PM   #2
marclewis
Registered User
 
Join Date: Jul 2014
Posts: 307
Java concepts consists of:
Object: Represents real world objects as car, person or other thing
Class: blueprint from which objects are created
Inheritance: concept of inheriting behavior of real-world object.
Package: namespace to organize classes and interfaces
Interface: contract between a class and the outside world.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
marclewis is offline   Reply With Quote