for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)
2 2914what is the difference between function template and template of function?explain with example.
2 16844I am DeePu sotware engineer working with EMC corporation ,recently I had attended mcafee interview . Their questions were at heights of stupidity , I don't know what they want , I am a developer with 4 year experienced .I am listing the questions asked 1:What is the flag in g++ to avoid structure padding 2:In wht order parameters are passed to stack 3:How you will edit code segment of an exe
1 5615
What is encapsulation selenium?
is there any choice in opting subjects like 4 out of 7
What is the significance of classes in oop?
What do you mean by overloading?
What are the features of oop?
Can we create object of interface?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is the full form of oops?
Why we use classes in oop?
What is destructor example?
What is the important feature of inheritance?
What are the three parts of a simple empty class?
Can abstract class have normal methods?
when to use 'mutable' keyword and when to use 'const cast' in c++
what are the realtime excercises in C++?