News

#Polymorphism:- Polymorphism is a feature of object-oriented programming languages that allows a specific routine to use variables of different types at different times. Polymorphism in programming ...
Method overloading: In the same class, there can be two methods with the same name that acts differently depending on the no. of arguments Method overriding: If a class inherits another class, it can ...