Click here to Skip to main content
15,894,142 members
Home / Discussions / C#
   

C#

 
GeneralRe: c#.net Pin
Christian Graus22-Oct-07 0:37
protectorChristian Graus22-Oct-07 0:37 
GeneralRe: c#.net Pin
Pete O'Hanlon22-Oct-07 1:01
mvePete O'Hanlon22-Oct-07 1:01 
GeneralRe: c#.net Pin
Christian Graus22-Oct-07 1:11
protectorChristian Graus22-Oct-07 1:11 
GeneralRe: c#.net Pin
Pete O'Hanlon22-Oct-07 1:33
mvePete O'Hanlon22-Oct-07 1:33 
AnswerRe: c#.net Pin
Pete O'Hanlon21-Oct-07 23:31
mvePete O'Hanlon21-Oct-07 23:31 
AnswerRe: c#.net Pin
garyshort22-Oct-07 0:45
garyshort22-Oct-07 0:45 
GeneralRe: c#.net Pin
Paul Conrad23-Dec-07 15:03
professionalPaul Conrad23-Dec-07 15:03 
Questionclasses relating issue Pin
Sonia Gupta21-Oct-07 22:45
Sonia Gupta21-Oct-07 22:45 
i am declaring two classes
class A
{
virtual void abc()
{

}
}
class B:A
{
override void abc()
{
}
}

now i create an object for both the classes
A d = new A();
B e =new B();

d.abc();
or
e.abc();

how can i call the the function of class a , using the object of class b

Soniagupta1@yahoo.co.in
Yahoo Messenger Id = soniagupta1

AnswerRe: classes relating issue [modified] Pin
squattyarun21-Oct-07 22:52
squattyarun21-Oct-07 22:52 
GeneralRe: classes relating issue Pin
Mohib Sheth21-Oct-07 22:58
Mohib Sheth21-Oct-07 22:58 
AnswerRe: classes relating issue Pin
darkelv21-Oct-07 23:15
darkelv21-Oct-07 23:15 
GeneralRe: classes relating issue Pin
Pete O'Hanlon21-Oct-07 23:19
mvePete O'Hanlon21-Oct-07 23:19 
GeneralRe: classes relating issue Pin
Christian Graus22-Oct-07 0:14
protectorChristian Graus22-Oct-07 0:14 
GeneralRe: classes relating issue Pin
Guffa21-Oct-07 23:56
Guffa21-Oct-07 23:56 
AnswerRe: classes relating issue Pin
Pete O'Hanlon21-Oct-07 23:17
mvePete O'Hanlon21-Oct-07 23:17 
AnswerRe: classes relating issue Pin
Guffa21-Oct-07 23:26
Guffa21-Oct-07 23:26 
AnswerRe: classes relating issue Pin
Christian Graus22-Oct-07 0:08
protectorChristian Graus22-Oct-07 0:08 
GeneralRe: classes relating issue Pin
Scott Dorman22-Oct-07 4:47
professionalScott Dorman22-Oct-07 4:47 
AnswerRe: classes relating issue Pin
kabutar22-Oct-07 20:35
kabutar22-Oct-07 20:35 
QuestionHow to change Form Look?? Pin
Mohib Sheth21-Oct-07 22:38
Mohib Sheth21-Oct-07 22:38 
AnswerRe: How to change Form Look?? Pin
TJoe22-Oct-07 2:10
TJoe22-Oct-07 2:10 
GeneralRe: How to change Form Look?? Pin
Mohib Sheth22-Oct-07 21:21
Mohib Sheth22-Oct-07 21:21 
QuestionMy new process is not finishing properly Pin
liorjj21-Oct-07 22:21
liorjj21-Oct-07 22:21 
AnswerRe: My new process is not finishing properly Pin
Martin#21-Oct-07 22:45
Martin#21-Oct-07 22:45 
GeneralRe: My new process is not finishing properly Pin
liorjj21-Oct-07 23:16
liorjj21-Oct-07 23:16 

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.