What is a class in C++?


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

Post New Answer

More C++ Interview Questions

What is the difference between creating an object, using 'new' and using 'malloc'?

3 Answers   HFG, Siemens,


Discuss the role of C++ shorthands.

0 Answers   Adobe,


How will you print a list of all unique words from a string which may contain repeated words?

0 Answers   Adobe,


Explain the difference between method overriding and method overloading in C++?

0 Answers   Accenture,


Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  






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

0 Answers  


Write a syntax and purpose of switch statement.

0 Answers   Agilent,


What is the meaning of the following declaration: int *const *const *i?

0 Answers   Adobe,


How to reverse a string in C++

0 Answers  


Write a C++ program to print strings in reverse order.

0 Answers   Amdocs,


How will you execute a stack using a priority queue? (Push and pop should be in O (1)).

0 Answers   Adobe,


What is meant by exit controlled loop?

0 Answers   Adobe,


Categories