-1

What are the oops concepts avaliable in C#?

Pieter van Ginkel
  • 29,160
  • 8
  • 71
  • 111
kumarsram
  • 601
  • 1
  • 6
  • 11
  • 3
    You mean "oops" as in mistake? I think the `lock` keyword and covariant array types are often considered to be "oops"es. – Gabe Nov 09 '10 at 07:01
  • duplicate question. http://stackoverflow.com/questions/402984/main-concepts-in-oop – Zain Shaikh Nov 09 '10 at 07:06
  • inheritance,polymorphism..all concepts are available http://www.codeproject.com/Articles/22769/Introduction-to-Object-Oriented-Programming-Concep here you will find your rtequired stuff –  Sep 15 '12 at 04:45

2 Answers2

0

Everything that you would need, in C# way of course.

Shamim Hafiz - MSFT
  • 21,454
  • 43
  • 116
  • 176
0

Buddy, all the OOPs consepts are available in c# but with an advanced version... * Inheritance * Encapsulation * Abstraction * Polymorphism

Genius
  • 1,084
  • 2
  • 10
  • 20