I need help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want you to explain to me how to manage an project by using inheritance to
create several classes that are distinct but share common functonality
 
Bilqiis,

You're asking for a complete class on OOAD (Object Oriented Analysis and
Design) compressed into one email. That's not really practical.

Since this is a C# newsgroup, I will assume you're wanting to design/build
(not manage) your project using object oriented principles in C# and .Net.
I would recommend Microsoft's OOP with Microsoft Visual Basic .Net and
Microsoft Visual C# .Net Step by Step.

While it just touches the tip, it is probably the quickest entry point for
someone new to .Net and OOP. Follow it up with one of any number of good
object oriented books you can find on the net.

You can find the MSPress book at
http://www.microsoft.com/mspress/books/5621.asp.

HTH

DalePres
MCAD, MCDBA, MCSE
 
Back
Top