Can we call a base class method without creating instance?
Answer Posted / sg
Definitely,we have declare base class as static
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is constructor in oop?
What is the highest level of cohesion?
What is coupling in oops?
What is multilevel inheritance in oop?
What is advantage of inheritance?
What is polymorphism explain its types?
Is react oop?
What is encapsulation and abstraction? How are they implemented in C++?
Why do we use polymorphism in oops?
What is abstract class in oop?
What is the problem with multiple inheritance?
What is overriding vs overloading?
when to use 'mutable' keyword and when to use 'const cast' in c++
Can static class have constructor?
Can private class be inherited?