Click here to Skip to main content
15,900,108 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionTimesheet project in VB.NET Pin
vijay248226-Jan-09 22:44
vijay248226-Jan-09 22:44 
AnswerRe: Timesheet project in VB.NET Pin
Eddy Vluggen26-Jan-09 23:55
professionalEddy Vluggen26-Jan-09 23:55 
GeneralRe: Timesheet project in VB.NET Pin
vijay248227-Jan-09 1:26
vijay248227-Jan-09 1:26 
GeneralTimesheet project in VB.NET Abstract Pin
vijay248228-Jan-09 1:20
vijay248228-Jan-09 1:20 
AnswerRe: Timesheet project in VB.NET Abstract Pin
Eddy Vluggen28-Jan-09 2:53
professionalEddy Vluggen28-Jan-09 2:53 
GeneralRe: Timesheet project in VB.NET Abstract Pin
vijay248228-Jan-09 5:48
vijay248228-Jan-09 5:48 
GeneralRe: Timesheet project in VB.NET Abstract Pin
Eddy Vluggen29-Jan-09 2:12
professionalEddy Vluggen29-Jan-09 2:12 
GeneralRe: Timesheet project in VB.NET Abstract Pin
gsuryaprasath13-Jul-11 18:42
gsuryaprasath13-Jul-11 18:42 
Abstract Classes

An abstract class is the one that is not used to create objects. An abstract class is designed to act as a base class (to be inherited by other classes). Abstract class is a design concept in program development and provides a base upon which other classes are built. Abstract classes are similar to interfaces. After declaring an abstract class, it cannot be instantiated on it's own, it must be inherited. Like interfaces, abstract classes can specify members that must be implemented in inheriting classes. Unlike interfaces, a class can inherit only one abstract class. Abstract classes can only specify members that should be implemented by all inheriting classes.

More Details : Abstract
AnswerRe: Timesheet project in VB.NET Pin
Ashutosh Phoujdar27-Jan-09 19:53
Ashutosh Phoujdar27-Jan-09 19:53 
GeneralRe: Timesheet project in VB.NET Pin
vijay248227-Jan-09 20:23
vijay248227-Jan-09 20:23 
QuestionSending Email Warning Pin
Dalek Dave26-Jan-09 22:40
professionalDalek Dave26-Jan-09 22:40 
AnswerRe: Sending Email Warning Pin
Jay Royall26-Jan-09 22:55
Jay Royall26-Jan-09 22:55 
GeneralRe: Sending Email Warning Pin
Tom Deketelaere26-Jan-09 23:08
professionalTom Deketelaere26-Jan-09 23:08 
GeneralRe: Sending Email Warning Pin
Jay Royall26-Jan-09 23:18
Jay Royall26-Jan-09 23:18 
GeneralRe: Sending Email Warning Pin
Tom Deketelaere26-Jan-09 23:28
professionalTom Deketelaere26-Jan-09 23:28 
GeneralRe: Sending Email Warning Pin
Dalek Dave27-Jan-09 1:06
professionalDalek Dave27-Jan-09 1:06 
GeneralRe: Sending Email Warning Pin
Jay Royall27-Jan-09 1:19
Jay Royall27-Jan-09 1:19 
GeneralRe: Sending Email Warning Pin
Dalek Dave27-Jan-09 1:21
professionalDalek Dave27-Jan-09 1:21 
GeneralRe: Sending Email Warning Pin
Jay Royall27-Jan-09 1:30
Jay Royall27-Jan-09 1:30 
AnswerRe: Sending Email Warning Pin
Bharat Jain27-Jan-09 20:00
Bharat Jain27-Jan-09 20:00 
QuestionPrinting. Pin
Stephen Lintott26-Jan-09 20:31
Stephen Lintott26-Jan-09 20:31 
AnswerRe: Printing. Pin
Dave Kreskowiak27-Jan-09 1:55
mveDave Kreskowiak27-Jan-09 1:55 
GeneralRe: Printing. Pin
Stephen Lintott27-Jan-09 3:31
Stephen Lintott27-Jan-09 3:31 
GeneralRe: Printing. Pin
Dave Kreskowiak27-Jan-09 4:19
mveDave Kreskowiak27-Jan-09 4:19 
GeneralRe: Printing. Pin
Stephen Lintott27-Jan-09 19:22
Stephen Lintott27-Jan-09 19:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.