Poly morphism is nothing but function with same name exhibiting two or more than two characteristics.
The function has the same name but the parameters passes to it will differ.
Example: DrawShape ()
DrawShape (int radius) ---> draws a circle
DrawShape (int length, int breadth) ---> draws a rectangle
Data Encapsulation, Abstraction, Inheritance, Polymorphism
two types are compiletime and runtime polyymorphism
the ability to take more than one forms.
polymorphism,inheritance,encapsulation,objects,classes
OOPS refers to Object Oriented Programming Structure. Some common terms used in oops are # Inheritance # Polymorphism # Encapsulation # Data hiding etc..
Yes. Java is an Object Oriented Programming Language and it supports the OOPS concepts like Inheritance, Polymorphism etc
if any system supports for abstraction,encapsulation,inheritance and polymorphism.
No, C++ is not a strict OOP language as like Java and C#. C++ supports all OOPS concept like Encapsulation, Polymorphism, Inheritance etc. But C++ provides a way to expose the private data to outside world using friend functions, which is a violation of OOPS.
1.genericity 2.polymorphism 3.objects and classes 4.data abstraction 5.data encapsulation 6.inheritence
OOPS stands for object oriented programming in short . Characteristics of OOPs are : encapsulation, data hiding, polymorphism etc.
The four basic principles of OOPs are 1...class and object..2...Encapsulations(Data hiding)..3...Inheritance..4...Polymorphism...
polymorphism in coelentrates