Un-Answered Questions { OOAD }

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

708


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

739


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

736


What is the difference between an interface and abstract class?

784


What is an abstract property. Give an example?

692


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

724


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

710


Can you create an instance of an abstract class?

743


What are abstract methods?

755


Can you create an instance for an abstract class?

707


Do structs support inheritance?

714


What is the main advantage of using inheritance?

762


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

701


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

743


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

781