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?
1879There 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 10762In 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 3258Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
4 5849Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
1 3991
What is the diamond problem in inheritance?
What is methods in oop?
What is a class in oop?
What are the data types in oop?
What are the benefits of polymorphism?
Why is static class not inherited?
What is the advantage of oop over procedural language?
what is the drawback of classical methods in oops?
Is enum a class?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
any one please tell me the purpose of operator overloading
Can enum be null?
What are oops functions?
What is encapsulation with example?
What are the benefits of interface?