Click here to Skip to main content
16,006,442 members
Home / Discussions / C#
   

C#

 
AnswerRe: Adding new User to Windows XP ??? Pin
Giorgi Dalakishvili23-Jun-07 8:32
mentorGiorgi Dalakishvili23-Jun-07 8:32 
GeneralRe: Adding new User to Windows XP ??? [modified] Pin
zinc_z23-Jun-07 9:13
zinc_z23-Jun-07 9:13 
QuestionBeginning Databases Pin
alostdruid23-Jun-07 8:12
alostdruid23-Jun-07 8:12 
AnswerRe: Beginning Databases Pin
WillemM23-Jun-07 10:14
WillemM23-Jun-07 10:14 
QuestionXamlParseException whenever assigning values to C# class member Pin
Kris10023-Jun-07 7:23
Kris10023-Jun-07 7:23 
AnswerRe: XamlParseException whenever assigning values to C# class member Pin
Ed.Poore23-Jun-07 9:52
Ed.Poore23-Jun-07 9:52 
AnswerRe: XamlParseException whenever assigning values to C# class member Pin
WillemM23-Jun-07 10:16
WillemM23-Jun-07 10:16 
QuestionAbstract and inheriting Pin
Brendan Vogt23-Jun-07 7:04
Brendan Vogt23-Jun-07 7:04 
Hi,

I am having some confusion of abstract methods and inheriting.

Lets take my example:

abstract class MyClass
{
public abstract void Method1();
public abstract void Method2();
}

class YourClass : MyClass
{
public override void Method1()
{
// Implementation here
}

public override void Method2()
{
// Implementation here
}
}

Everything I understand till the next part:

MyClass mc = new YourClass();

Why I do not understand it is because if YourClass has extra methods, then how can it save that instance in mc?

Please can someone explain this to me in a little more detail?

Regards
ma se
AnswerRe: Abstract and inheriting Pin
DavidNohejl23-Jun-07 7:16
DavidNohejl23-Jun-07 7:16 
AnswerRe: Abstract and inheriting Pin
Luc Pattyn23-Jun-07 9:16
sitebuilderLuc Pattyn23-Jun-07 9:16 
QuestionIs Unicode or not? Pin
Dominik Reichl23-Jun-07 5:56
Dominik Reichl23-Jun-07 5:56 
AnswerRe: Is Unicode or not? Pin
Giorgi Dalakishvili23-Jun-07 6:16
mentorGiorgi Dalakishvili23-Jun-07 6:16 
QuestionUpdate Database from DataSet Question Pin
Rick van Woudenberg23-Jun-07 1:59
Rick van Woudenberg23-Jun-07 1:59 
AnswerRe: Update Database from DataSet Question Pin
Luc Pattyn23-Jun-07 2:12
sitebuilderLuc Pattyn23-Jun-07 2:12 
AnswerRe: Update Database from DataSet Question Pin
PaulPrice23-Jun-07 2:25
PaulPrice23-Jun-07 2:25 
GeneralRe: Update Database from DataSet Question Pin
Rick van Woudenberg23-Jun-07 2:30
Rick van Woudenberg23-Jun-07 2:30 
GeneralRe: Update Database from DataSet Question Pin
Luc Pattyn23-Jun-07 2:46
sitebuilderLuc Pattyn23-Jun-07 2:46 
GeneralRe: Update Database from DataSet Question Pin
PaulPrice24-Jun-07 21:26
PaulPrice24-Jun-07 21:26 
Questionhow to use Rdlc Report to Run Time Pin
imran_Shaikh23-Jun-07 1:08
imran_Shaikh23-Jun-07 1:08 
QuestionCross development platform form embedding. Pin
daviiie23-Jun-07 0:20
daviiie23-Jun-07 0:20 
AnswerRe: Cross development platform form embedding. Pin
Kevin McFarlane23-Jun-07 0:36
Kevin McFarlane23-Jun-07 0:36 
QuestionDataTable performance issue. Pin
syntaxed22-Jun-07 21:58
syntaxed22-Jun-07 21:58 
AnswerRe: DataTable performance issue. Pin
kubben23-Jun-07 1:55
kubben23-Jun-07 1:55 
GeneralRe: DataTable performance issue. Pin
syntaxed24-Jun-07 18:58
syntaxed24-Jun-07 18:58 
GeneralRe: DataTable performance issue. Pin
kubben25-Jun-07 1:35
kubben25-Jun-07 1:35 

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.