What is encapsulation in C++? Give an example.
No Answer is Posted For this Question
Be the First to Post Answer
write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1
What is std namespace in c++?
How many types of scopes are there in c++?
What do you mean by const correctness?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
When we use Abstract Class and when we use Interface?where we will implement in real time?
Why do we use the using declaration?
Which programming language is best?
what you know about c++?
Differences between private, protected and public and give examples.
What is an adaptor class in c++?
Mention the ways in which parameterized can be invoked. Give an example of each.