STL (140)
OOPS (873)
C++ General (2409) C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.
1 6049for 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 5101what is the difference between function template and template of function?explain with example.
2 19668
What is difference between array and vector in c++?
Describe the process of creation and destruction of a derived class object?
What is data binding in c++?
Can we create object of abstract class?
What is the this pointer?
Can bst contain duplicates?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What is encapsulation in C++? Give an example.
Is map sorted c++?
Explain why C++ is not purely Object Oriented Language
How to improve object oriented design skills?
Explain static and dynamic memory allocation with an example each.
program explaining feautures of c++
What is boyce codd normal form in c++?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?