Explain encapsulation in C++.


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

Post New Answer

More C++ Interview Questions

What does it mean to declare a function or variable as static?

0 Answers   Amazon,


How many times will this loop execute? Explain your answer.

0 Answers  


How to stop class inheritance in C++ with condition that object creation should be allowed

0 Answers  


Explain what happens when an exception is thrown in C++.

0 Answers   Amazon,


What are "pure virtual" functions?

0 Answers   Adobe, Alter, iNautix,


Write a program that ask for user input from 5 to 9 then calculate the average

0 Answers   IBS,


Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69

2 Answers  


Write a C++ Program to Find Sum and Average of n numbers using for loop.

1 Answers  


explain the term 'resource acquisition is initialization'?

0 Answers   Amazon,


What are issues if we mix new and free in C++?

0 Answers  


What is the difference between an ARRAY and a LIST in C++?

1 Answers   IBS, TCS,


What is the 4 difference between delete[] and delete?

0 Answers   Alter,


Categories