Can we call a base class method without creating instance?
Answer Posted / nk
Onlu static methods can be called without creating any
instance of the class.
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
State what is encapsulation and friend function?
What is polymorphism in oops with example?
What is this pointer in oop?
Can we create object of interface?
What is static modifier?
What is overriding in oops?
What makes a language oop?
What is ambiguity in inheritance?
What is the real time example of encapsulation?
Can main method override?
What is the difference between a mixin and inheritance?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Is data hiding and abstraction same?
What is class and object in oops?
What are functions in oop?