What is the difference between an object and a class?
Answer Posted / manas
a class is a datatype that abstratcs data and implementations
while an object is an instance of the class which wraps up data. An object has identity, state and behavior
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the data types in oop?
How do you use inheritance in unity?
hi all..i want to know oops concepts clearly can any1 explain??
Templates mean
What do you mean by abstraction?
What is cohesion in oop?
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).
#include
What are the advantages of polymorphism?
What is balance factor?
What are the 5 oop principles?
How many human genes are polymorphic?
What does enum stand for?
What is overriding vs overloading?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?