What is an advantage of polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
What is the renewal class?
how to tackle technical questions
Iam doing my project on instant messaging , if you any new ideas regarding this project ,please suggest it?
What is oops with example?
Why we use classes in oop?
When is an object created and what is its lifetime?
#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
Write a program to get the binary tree.
Difference between new operator and operator new
What is polymorphism and its types?
Can we create object of abstract class?
Is data hiding and abstraction same?