|
instance means just creating a reference(copy) .
object :means when memory location is associated with the object( is a runtime entity of the class) by using the new operator
interface is a set of abstract methods, all of which have to be overriden by the class whichever implements the interface
abstract class is a collection of data and methods which are abstact (not all of them)
__________________
A stitch in time saves nine To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|