Object-oriented programming (OOPs) Question:
What is Virtual method?
Answer:
Virtual Method has implementation & provide the derived class with the option to override it.
Previous Question | Next Question |
What is Abstract method? | What is Polymorphisms? |