Answer Posted / sree
data abstraction means hiding the unneccessary part
Data abstraction is main feature of c++
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is inheritance and how many types of inheritance?
What is variable example?
Why do pointers exist?
How to call a non virtual function in the derived class by using base class pointer
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 problem with multiple inheritance?
What is basic concept of oop?
What is object in oop?
What is interface? When and where is it used?
What is inheritance in oop?
what type of question are asked in thoughtworks pair programming round ?
What is encapsulation with example?
What is a superclass in oop?
What is the purpose of polymorphism?
Are polymorphisms mutations?