View Single Post
  #4 (permalink)  
Old 09-30-2008, 06:30 PM
tOpach's Avatar
tOpach tOpach is offline
Member
 
Join Date: Sep 2008
Location: Ankara-TURKEY
Posts: 32
tOpach is on a distinguished road
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.
Reply With Quote