List the fundamental OOP concepts.

devquora
devquora

Posted On: Feb 22, 2018

 

The fundamentals of an OOP concept are:

  • Encapsulation: The internal portrayal of the object is concealed from the predators view from the definition of the object. Only the information that is required can be retrieved whereas the rest of the data is kept hidden.
  • Abstraction: It is a procedure of distinguishing the basic conduct and information of an object and disregarding the insignificant details.
  • Inheritance: It is the ability to make new classes from a different class. It is carried out by retrieving, altering and broadening the conduct of the objects in the parent class.
  • Polymorphism: It implies one name with numerous structures. It is accomplished by having numerous techniques with a similar name with dissimilar usage.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    C# Interview Questions

    What is C#?

    C# is a programming language which is object-oriented developed by Microsoft...

    C# Interview Questions

    Define a class and an object.

    A class is an example of properties and techniques that utilize and characterize a continuous substance...