What is super in oop?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What is the types of inheritance?

0 Answers  


What is a unary operator?

5 Answers  


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

0 Answers   HCL,


What is polymorphism in oops?

0 Answers  


How to call a non virtual function in the derived class by using base class pointer

3 Answers   HCL,






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 Answers  


What is difference between oop and pop?

0 Answers  


write a short note on Overloading of Binary Operator?

2 Answers  


What is methods in oop?

0 Answers  


what is different between oops and c++

0 Answers   IIT,


What is an object?

14 Answers   HCL,


You have one base class virtual function how will call that function from derived class?

4 Answers  


Categories