What is OOPS?

      What is  Object oriented programming  ?    

  • Object oriented programming is programming language.
  • It follows concept of  "Objects" which have some "Data Fields" and there are some procedures associated with it known as "Methods".
  • Objects are used to interact with other design applications and programs. These objects are instance of classes.
  • Object oriented programming are designed to overcome the shortcomings of procedural programming.
  • Using Object oriented programming , we can improve reliability and readability of our program.
  • There are some conventions of Object oriented programming. 
  1. Classes and objects
  2. Encapsulation
  3. Inheritance
  4. Polymorphism
  5. Abstraction
  • We will discuss these concepts of  Object oriented programming further.

      How does .NET support Object oriented programming?

  • The basic approach adopted by the framework is Object oriented and the framework would support only Object oriented code. 
  • So no more C and COBOL applications! Although C++ and OO-COBOL would work perfectly fine.

No comments:

Post a Comment