Un-Answered Questions { OOAD }

Is it possible to create partial structs, interfaces and methods?

525


Can different parts of a partial class inherit from different interfaces?

554


What is the default access modifier for a class,struct and an interface declared directly with a namespace?

540


What is the difference between an interface and abstract class?

569


What is an abstract property. Give an example?

533


Can you use virtual, override or abstract keywords on an accessor of a static property?

524


What is the difference between a virtual method and an abstract method?

524


Can you create an instance of an abstract class?

558


What are abstract methods?

582


Can you create an instance for an abstract class?

528


Do structs support inheritance?

528


What is the main advantage of using inheritance?

563


What is the base type from which all structs inherit directly?

536


Classes and structs support inheritance. Is this statement true or false?

561


How do you prevent a class from being inherited by another class?

602