Answer Posted / rafiuddin
static functions can be called with out the class object
also. we can call static functions with scope resulation
operator.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are constructors in oop?
can we make game by using c
Explain the concepts involved in Object Oriented programming.
What is object and class in oops?
Why it is called runtime polymorphism?
What is overriding in oop?
Where is pseudocode used?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is protected in oop?
What does it mean when someone says I oop?
What is interface? When and where is it used?
What is abstract class in oops?
What is use of overloading?
What is advantage of inheritance?
Why do we use encapsulation in oops?