What are the OOPS concepts?
Answer Posted / rithi
The following are the basic concepts of OOPS.
1)Objects
2)Classes
3)Data Abstraction
4)Data Encapsulation
5)Inheritance
6)Polymorphism
7)Message Passing
8)Reusability
9)Dynamic Binding
10)Methods
| Is This Answer Correct ? | 218 Yes | 77 No |
Post New Answer View All Answers
What is abstraction in oops with example?
Can an interface inherit a class?
How is class defined?
Give two or more real cenario of virtual function and vertual object
program for insertion ,deletion,sorting in double link list
What is overloading in oop?
What is variable example?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
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 are the 5 oop principles?
What is an interface in oop?
why reinterpret cast is considered dangerous?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is debug class?what is trace class? What differences are between them? With examples.
Is data hiding and abstraction same?