What is class and object with example?
why c++ is called OOPS? waht is inherutance? what is compiler?
How is polymorphism achieved?
What is a scope resolution operator?
When not to use object oriented programming?
What is differance between Abstract and Interface
What are the benefits of polymorphism?
what is opps?why it is use in programming language?
#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
What is the diamond problem in inheritance?
What are virtual classes?
How many human genes are polymorphic?
how to create thread in java?
17 Answers IBM, Infosys, Wipro,