What is encapsulation in c++ with example?


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

Post New Answer

More C++ General Interview Questions

what is difference between static and non-static variables

10 Answers  


sir there is some problem with nokia5130c-2,when we are trying to upload movies from net then there is a error occurred"FORMAT NOT SUPPORTED" bt its all ready in 3gp format.please tell me what i do now?

2 Answers   Nokia,


What is the output of this prog. ? struct A { A(){ cout << \"A\"; } }; struct B { B(){ cout << \"B\"; } }; struct C { C(){ cout << \"C\"; } }; struct D { D(){ cout << \"D\"; } }; struct E : D { E(){ cout << \"E\"; } }; struct F : A, B { C c; D d; E e; F() : B(), A(),d(),c(),e() { cout << \"F\"; } };

2 Answers  


Describe new operator and delete operator?

0 Answers  


why v use c++ even we have microprocessor

2 Answers   CybAge,






founder of c++

7 Answers   Microtek, TCS, TeleCommand,


What is the disadvantage of using a macro?

0 Answers  


What are the types of pointer?

0 Answers  


Explain what are single and multiple inheritances in c++?

0 Answers  


By using c++ with an example describe linked list?

0 Answers  


What is microsoft c++ redistributable?

0 Answers  


Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

0 Answers  


Categories