What is property in oops?
No Answer is Posted For this Question
Be the First to Post Answer
what is virtual destructor
#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 byval and byref? What are differences between them?
What is purpose of inheritance?
Get me an image implementation program.
Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
What does and I oop mean in text?
What does the keyword "static" mean?
What is object and example?
Which is the parameter that is added to every non-static member function when it is called?
What are objects in oop?
some one give d clear explanation for polymorphism