Example for 4 pillar of oops like,
Inheritance,Poly,Abstraction,Encabsulation ?
Answer Posted / bapi
INHERITANCE:It is a process through which one class
accuries the properties of another class.
ENCAPSULATION:It is a mechanisim through which we can bind
data and code in a single unit and it privents to access
out side of the world.
POLYMORPHISM:Ability to take more than one form.
ABSTRACTION:It focous the assiential characteristics of an
object.
| Is This Answer Correct ? | 42 Yes | 2 No |
Post New Answer View All Answers
What do you mean by overloading?
What is encapsulation with example?
What is the use of oops?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Why is encapsulation used?
What is a function in oop?
What is constructor in oop?
can inline function declare in private part of class?
How do you explain polymorphism?
Can you inherit a private class?
What is methods in oop?
Advantage and disadvantage of routing in telecom sector
What are properties in oop?
What is interface in oop?
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?