Answer Posted / kalyan
it is a concept which uses a method of using objects
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
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?
What is the real time example of encapsulation?
What is polymorphism in oops with example?
What is interface in oop?
Explain virtual inheritance?
What are main features of oop?
What is super in oop?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
How is class defined?
What is oops concept with example?
What is a null tree?
Please send ford technologies placement paper 2 my mail id
What do you mean by overloading?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is abstraction with example?