What is class and object with example?


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

Post New Answer

More OOPS Interview Questions

why c++ is called OOPS? waht is inherutance? what is compiler?

5 Answers  


How is polymorphism achieved?

0 Answers  


What is a scope resolution operator?

5 Answers   HP, IBS,


When not to use object oriented programming?

0 Answers  


What is differance between Abstract and Interface

3 Answers  


What are the benefits of polymorphism?

0 Answers  


what is opps?why it is use in programming language?

2 Answers   Wipro,


#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,


What is the diamond problem in inheritance?

0 Answers  


What are virtual classes?

0 Answers  


How many human genes are polymorphic?

0 Answers  


how to create thread in java?

17 Answers   IBM, Infosys, Wipro,


Categories