What are the OOPS concepts?
Answer Posted / vaibhav
In simple way,
The complex programming organizing in to simple structure by
using the concepts methodologies of,
Encapsulation
Abstraction
Polymorphism
Inheritance.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What is the difference between inheritance and polymorphism?
Why do we need oop?
What is a class in oop?
What is class in oop with example?
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’.
Why is there no multiple inheritance?
What is advantage of inheritance?
What is a class and object?
Can abstract class have normal methods?
What is encapsulation c#?
What is a function in oop?
Why do we use oop?
Why do we need polymorphism in c#?
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?