4
Shouts

what is Abstract classes and abstract methods with example | DevelopersCode

published 652 days, 8 hours, 8 minutes ago posted by taanu51taanu51 653 days, 19 hours, 37 minutes ago
Wednesday, August 10, 2011 2:17:19 PM GMT Tuesday, August 09, 2011 2:47:56 AM GMT

Hi friends,i would like to share some important points about abstract classes and abstract methods with example1)Abstract is a keyword which can be used with methods and classes2)whenever a class is not providing full functionality then recommended to declare that class as "Abstract Class" 3)we cannot create a object of abstract class name n=new name();//object is not possiblename n;//reference is possible

4)Refernce works with the help of chile class name n=new gender(); 5)abstract classes are sim...

category: Web Dev | clicked: 59 | | source: www.developerscode.com | show counter code
tags: C#, c sharp, ASPNET, SqlServer 2008, ASP .NET, SQLServer, C# .NET

1 comment posted.

To post your comment please login or signup