Answer Posted / nagababu
Hiding own nessesary data from the user it is called
Abstraction
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is polymorphism 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?
What are main features of oop?
write a program that takes input in digits and display the result in words from 1 to 1000
What is encapsulation in oop?
What is destructor oops?
What are the benefits of polymorphism?
What is the problem with multiple inheritance?
class type to basic type conversion
Can you inherit a private class?
What is constructor in oop?
when to use 'mutable' keyword and when to use 'const cast' in c++
what is different between oops and c++
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Where is pseudocode used?