What are the OOPS concepts?
Answer Posted / srividhya
The concepts of OOPs are
Objects
Data abstraction
Data Encapsulation
Inheritance
Overloading
Polymorphism
And easy to use
| Is This Answer Correct ? | 692 Yes | 164 No |
Post New Answer View All Answers
What is the main purpose of inheritance law?
Can you inherit a private class?
Can you explain polymorphism?
What is a superclass in oop?
What is the example of polymorphism?
Get me an image implementation program.
Can main method override?
What is overriding vs overloading?
#include
What is encapsulation oop?
What is the real time example of inheritance?
What are the 5 oop principles?
What is interface? When and where is it used?
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’.
How to use CMutex, CSemaphore in VC++ MFC