Answer Posted / shambhu gupta
Class is a user defined data type whereas Object can be
veiwed as a variable of class type
For example fruit is a class & mango,apple are different
objects of class fruit.
Class can be a person whereas objects can be any existing
person like Ram ,Shayam,Rahul etc
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
If a class inherits an interface, what are the 2 options available for that class?
What is an abstraction and why is it important?
What is the difference between new and override?
What are the access modifiers?
Can you use virtual, override or abstract keywords on an accessor of a static property?
Explain about multiple inheritance?
Explain about inheritance hierarchies?
What are the basic concepts of oop?
Define Destructor?
What is the main advantage of using inheritance?
What is the benefit of using inheritance?
What are the four important foundation concepts of OOP ?
What is the difference between oop and sop?
What are the features that are provided to make a program modular?
explain dynamic binding