What is encapsulation and abstraction? How are they implemented in C++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What is class encapsulation?

0 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?

0 Answers  


What do you mean by overloading?

0 Answers  


Difference between over loading and over ridding?

12 Answers   CTS, Patni, Softvision Solution,


What is a class oop?

0 Answers  


Define a class to represent a bank account. Include the following members: Data Members: Name of the Depositor Account Number Type of Account Balance amount in the account Member Functions: To assign the initial values. To deposit an account. To withdraw an amount after checking the balance. Write a C++ main program to display account number, name and balance.

6 Answers  


What is encapsulation in ict?

0 Answers  


what is the difference between containership and inheritence?

1 Answers  


Write a program to reverse a string using recursive function?

0 Answers   TCS,


Is oop better than procedural?

0 Answers  


What is the diamond problem in inheritance?

0 Answers  


write a program to find 2 power of a 5digit number with out using big int and exponent ?

0 Answers  


Categories