Answer Posted / charu
1)Encapsulation – Encapsulation is capturing data and keeping it safely and securely from outside interfaces.
2)Inheritance- This is the process by which a class can be derived from a base class with all features of base class and some of its own. This increases code reusability.
3)Polymorphism- This is the ability to exist in various forms. For example an operator can be overloaded so as to add two integer numbers and two floats.
4)Abstraction- The ability to represent data at a very conceptual level without any details
| Is This Answer Correct ? | 40 Yes | 12 No |
Post New Answer View All Answers
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What are constructors in oop?
What is the oops and benefits of oops programming?
what are the ways in which a constructors can be called?
program for insertion ,deletion,sorting in double link list
Can enum be null?
What is polymorphism give a real life example?
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 do you mean by overloading?
How Do you Code Composition and Aggregation in C++ ?
What is polymorphism and its types?
what is the drawback of classical methods in oops?
What is polymorphism and why is it important?
what is the sylabus for priliminaries?
Why is polymorphism important in oop?