How is OOPs implemented in .NET?

  • Thread starter Thread starter Vaishali
  • Start date Start date
Vaishali,
A good starting point to start reading may be:

More general:
http://msdn.microsoft.com/netframework/
http://msdn.microsoft.com/netframework/productinfo/default.aspx
http://msdn.microsoft.com/netframework/productinfo/overview/default.aspx

More technical:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/netstart/html/sdkstart.asp

These may not directly answer your question, however they should give you a
good start.

Unless you have a more specific question.

Hope this helps
Jay
 
..Net is based on objects, everything is a class. It
supports inheritance, polymorphism.
Is this the reason to say that .Net has implemented OOPs
or are there some other unique features?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Good resource to understna and implement OO techniques in my current application? 1
OOP or COP? 3
OOPS 1
Some concepts of OOP. 6
OOP Question 17
Implementing the Factory pattern 5
OOP Failed? 6
FSM in OOP 6

Back
Top