nurol

  1. is multible inheritance allowed in interfaces ?
    Yes
  2. Can you have multible inheritance in C#
    C# like Jave allows only for single inheritance NO multible inheritance
  3. can structures be inherited
    no
  4. show an accessor example
    • public int StudentAge
    • {
    • get { return studentAge;}
    • set {studentAge=value;}
    • }
  5. 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