If there is a conflict between base class method definition and interface default method definition, which definition is picked?
Answer Posted / mr.x
Base Class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are virtual functions, base class pointer, derived class pointer, biding references?
What are inner classes and what is the practical implementation of inner classes?
Explain the use of Vtable and what are the various problems to override the functions?
What's the order of call of constructors in inheritiance?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
What are extrinsic and intrinsic connections in object-oriented programming?
What is function override?
Explain static binding
What is hybrid inheritance?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
What are a base class, subclass, and superclass?
Name the different creational patterns in object oriented design?
What is a ternary operator?
Is iterator a class or interface? What is its use?
What's the benefit of using inheritance?