I need help

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
 
D

DalePres

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
 

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

Top