What is Object and Class? What are the differences between
them?
Answer Posted / poorna chandar rao
Object and Class both are same there is no difference
bettwen them those are having properties(data) and methods
but small difference beteween them that is objects are
available physically avialable and class is not avialable
class is a bluprint
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Why is encapsulation used?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What are different oops concepts?
What is static in oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is overriding in oops?
what is difference between class template and template class?
Why multiple inheritance is not possible?
Why do we need polymorphism in c#?
What is abstraction example?
What is oops and its features?
What is destructor oops?
What is the full form of oops?
How is polymorphism achieved?