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 5966for 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 4992what is the difference between function template and template of function?explain with example.
2 19563
What makes a language oop?
What do you mean by funtion prototype?
What does it mean to declare a function or variable as static?
Which bit wise operator is suitable for putting on a particular bit in a number?
What are disadvantages of pointers?
What is double in c++?
What is polymorphism oop?
Write a program to generate the Fibonocci Series in C++.
What is one dimensional array in c++?
Is linux written in c or c++?
What language is oop?
What is the difference between malloc, calloc and realloc?
#include
Name the debugging methods that are used to solve problems?
What is the use of oops?