Answer Posted / anuj tiwari
An object is any thing that exists in and occupies space in storage and on which operation can be performed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a mixin and inheritance?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Why do we use polymorphism?
How do you use inheritance in unity?
What is polymorphism what is it for and how is it used?
What is the diamond problem in inheritance?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
Can we have inheritance without polymorphism?
What exactly is polymorphism?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is solid in oops?
How do you achieve polymorphism?
Which language is pure oop?
What is class and object with example?
What is the advantage of oop over procedural language?