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?
1208There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
4 8997In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}
1 2325Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
4 4173Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
1 3139
What is difference between inheritance and polymorphism?
Why interface is used?
What is interface? When and where is it used?
when to use 'mutable' keyword and when to use 'const cast' in c++
Get me a number puzzle game-program
What is overloading in oops?
What are the benefits of interface?
What is encapsulation in ict?
What is multilevel inheritance explain with example?
What is the difference between a constructor and a destructor?
Can we have inheritance without polymorphism?
Why is static class not inherited?
What is the difference between inheritance and polymorphism?
Why do we use polymorphism in oops?
What is interface in oop?