What is abstraction in c++?


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

Post New Answer

More C++ General Interview Questions

Define namespace in c++?

0 Answers  


Explain mutable storage class specifier.

0 Answers  


What do you mean by function pointer?

0 Answers  


Is c++ the hardest programming language?

0 Answers  


Do you know the problem with overriding functions?

0 Answers  






How do I run c++?

0 Answers  


Explain object slicing in c++?

0 Answers  


What is nested class in c++?

0 Answers  


Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);

2 Answers  


How do you generate a random number in c++?

0 Answers  


How to write Multithreaded applications using C++?

2 Answers   Honeywell, TCS, Wipro,


Write a program to add three numbers in C++ utilizing classes.

0 Answers   TCS,


Categories