What are the OOPS concepts?
Answer Posted / priya
the concepts of oops are data abstraction ,data
encapsulation,inheritance,polymorphism ......etc
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
• What are the desirable attributes for memory managment?
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’.
What is static in oop?
What is overriding in oops?
Why is polymorphism needed?
Why is static class not inherited?
What is encapsulation with example?
What is destructor oops?
What is coupling in oops?
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
What is object in oop with example?
Where is pseudocode used?
What does enum stand for?
Who invented oop?
What is the real life example of polymorphism?