Can we call a base class method without creating instance?
Answer Posted / amit sharma
U've to derieve the class first and then when u instanciate
the derieved class. Then :-
U can call it using derieved class object or in a derieved
class member function depending upon base class fun's acess
specifer and inheritence specifier.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is inheritance in oop?
What is basic concept of oop?
What does it mean when someone says I oop?
State what is encapsulation and friend function?
What do you mean by Encapsulation?
What is a class in oop?
What is the advantage of oop over procedural language?
Why do we need polymorphism in c#?
Why is destructor used?
What makes a language oop?
What is the real time example of inheritance?
What is the oops and benefits of oops programming?
What is abstraction oop?
What is a class oop?