Click here to Skip to main content
15,897,518 members
Articles / Programming Languages / C#

Interface and Class Abstrac

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
22 Nov 2012CPOL 1.8K  
Hi,I have this problem in my university I need use interface and abstract class.I have a class person with this fields> name, datebirth, country, number of soons, name of wife.Plus I need make security question fox example:The first form ask me about the name of the person , in the...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
22 Nov 2012BillWoodruff
Clearly what you need to do here is study and learn what interfaces and abstract classes "are," and what they are designed for, and how they are best used, in C#, and .NET.Here on CodeProject you can find several articles/tutorials directly comparing the use of Interfaces with Abstract...

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Mexico Mexico
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions