Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Which OOP feature can be enabled by using private declaration for the class members?

  Shared By: Wagner Fischer    Date: Feb 20    Category: C++ Programming    Views: 790

Answer:

Options

a) Data abstraction
b) Polymorphism
c) Encapsulation
d) Modularity

Answer : c) Encapsulation

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: