What is the difference between a mixin and inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference b/w abstract and interface?
2 Answers Merrill Lynch, Schneider, Scio Healthcare,
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }
What is the difference between static polymorphism and dynamic polymorphism?
what is an instance of a class
How would you stop a class from class from being derived or inherited.
how can we design a magic square in c++?or suggest me the basic idea of it.
who is the father of OPPS
what is Class in oops with example?
What is Method overloading?
write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.
features of OOPS
22 Answers Ness Technologies, Satyam,
What is overloading in oop?