Concerto Software interview question

What is OOPS concepts? method overriding?

Interview Answer

Anonymous

9 Sept 2023

Object oriented programming is a core of Java Programming, which is used for designing a program using classes and objects.Method when a subclass has the same method as the parent class.