difference between class and object
Answer Posted / sravani
class tells us how our s/w object looks like after its
construction.it is a logical representation.
object is a physical representation of a class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
can inline function declare in private part of class?
#include
What is overriding vs overloading?
What do you mean by Encapsulation?
What is basic concept of oop?
What is object and class in oops?
What is polymorphism used for?
When not to use object oriented programming?
What are oops methods?
What are the 4 pillars of oop?
How Do you Code Composition and Aggregation in C++ ?
Can destructor be overloaded?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
Why is oop useful?
What is polymorphism what is it for and how is it used?