What are the oops concepts avaliable in C#?
Asked
Active
Viewed 2,504 times
-1
-
3You 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 Answers
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