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
What is an advantage of polymorphism?
What is protected in oop?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is object-oriented programming? Webopedia definition
Why multiple inheritance is not possible?
What is the difference between a constructor and a destructor?
How to call a non virtual function in the derived class by using base class pointer
What is polymorphism what are the different types of polymorphism?
What is overriding in oops?
2. Give the different notations for the class.\
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
c++ program to swap the objects of two different classes
What is byval and byref? What are differences between them?
What is static modifier?
What do you mean by variable?