Prepare for your Next Interview
This is a discussion on What is Base class In Vb.net within the VB.NET forums, part of the Software Development category; HI What is Base class In Vb.net With example?...
|
|||
|
Re: What is Base class In Vb.net
Your questions is too vast to explain here. That is beyond the scope of this discussion . Kindly follow a good book or manual on the topic or you can find a lot of related topic by little web searching,
|
|
|||
|
Re: What is Base class In Vb.net
Courtesy : http://www.startvbdotnet.com/oop/inheritance.aspx
Once a class has been written and tested, it can be used by other programs to suit the program's requirement. This is done by creating a new class from an existing class. The process of deriving a new class from an existing class is called Inheritance. The old class is called the base class and the new class is called derived class. The derived class inherits some or everything of the base class. In Visual Basic we use the Inherits keyword to inherit one class from other. |
| The Following 2 Users Say Thank You to techspirit For This Useful Post: | ||
|
||||
|
hello mahesh,
you can see the following example: Quote:
Quote:
Quote:
Quote:
Last edited by gmeena1982 : 10-15-2007 at 08:39 AM. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Inherit private members of base class | rahul.gupta | C and C++ | 10 | 09-24-2008 09:15 AM |
| base tables and reports in AR GL AP | basha.sardar | Oracle Apps | 0 | 09-14-2007 04:30 PM |
| DoyleSoft Knowledge Base | JobHelper | Geeks Lounge | 0 | 05-08-2007 11:40 AM |
| Base tables for Journal Import | Geek_Guest | Oracle Apps | 1 | 03-03-2007 10:31 PM |
| base line document | yagnkan | Test Cases | 5 | 02-12-2007 02:50 PM |