Home
Flashcards
Preview
nurol
Home
Get App
Take Quiz
Create
is multible inheritance allowed in interfaces ?
Yes
Can you have multible inheritance in C#
C# like Jave allows only for single inheritance NO multible inheritance
can structures be inherited
no
show an accessor example
public int StudentAge
{
get { return studentAge;}
set {studentAge=value;}
}
what's the order of calls to the constructors?
base class constructors are called first
Author
Anonymous
ID
41977
Card Set
nurol
Description
nurol
Updated
2010-10-13T20:35:56Z
Show Answers
Home
Flashcards
Preview