Answer Posted / khadeer.k
when a function is declared inside the class, it can be
used or imlemented with the operator called scope
resolution operator with a :: symbol.
| Is This Answer Correct ? | 24 Yes | 16 No |
Post New Answer View All Answers
Why it is called runtime polymorphism?
What is the diamond problem in inheritance?
What does and I oop mean?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is difference between abstraction and encapsulation?
What is the types of inheritance?
Which language is pure oop?
Can we override main method?
What is overriding in oops?
Can we define a class within the interface?
hi all..i want to know oops concepts clearly can any1 explain??
Can main method override?
What is object-oriented programming? Webopedia definition
What does enum stand for?
What are the 5 oop principles?