What are the three parts of a simple empty class?


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

Post New Answer

More OOPS Interview Questions

#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

1 Answers   CTS, Wipro,


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

0 Answers   CAT,


What is polymorphism explain its types?

0 Answers  


how much classes are used in c++

5 Answers  


What is abstract class in oop?

0 Answers  






C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.

1 Answers   Syncfusion,


what is object slicing

3 Answers   TCS,


What is the expansion of OOPS?

24 Answers   TCS,


What is the benefit of oop?

0 Answers  


3. Differentiate verification and validation.

1 Answers  


What is encapsulation in ict?

0 Answers  


what is new operator in c++

1 Answers  


Categories