📂
Object Oriented Programming
  • Object Oriented Programming (OOP)
  • Class And Object
  • Encapsulation
  • Inheritance
  • Math Functions
  • Try---Catch Function
  • Abstraction
  • Abstract Vs Interface
  • Embedded Format Type Change Table
  • Stack vs Heap fields(RAM)
  • String vs String Builder(C#)
  • Sealed Class in C#
  • Convert Parse Farkı
Powered by GitBook
On this page

Was this helpful?

Object Oriented Programming (OOP)

Object Oriented Programming (OOP)

In this file i will explain what the object oriented programming is and also will see how and why we use this.

Object-oriented programming has several advantages over procedural programming:

  • OOP is faster and easier to execute

  • OOP provides a clear structure for the programs

  • OOP helps to keep the C# code DRY "Don't Repeat Yourself", and makes the code easier to maintain, modify and debug

  • OOP makes it possible to create full reusable applications with less code and shorter development time

NextClass And Object

Last updated 4 years ago

Was this helpful?