Answer Posted / kaushi
object is an instance of a class or in other words object
is a snapshot(blueprint)of a perticuler class.
class is real world object.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is garbage collection(gc)?
Explain about object oriented programming?
Explain what is polymorphism?
What is virtual?
What is meant by “abstract interface”?
Why use oops?
What are the main features of oops?
Explain about inheritance in oops?
What do you mean by data hiding?
What is Overloading ? Is it similar to overriding ?
Explain about object oriented databases?
What is early and late Binding?
What are abstract methods?
Explain about message passing in object oriented programming?
When will you use an interface and abstract class?