Un-Answered Questions { OOAD }

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

536


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

567


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

554


What is the difference between an interface and abstract class?

584


What is an abstract property. Give an example?

542


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

537


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

538


Can you create an instance of an abstract class?

573


What are abstract methods?

594


Can you create an instance for an abstract class?

534


Do structs support inheritance?

536


What is the main advantage of using inheritance?

572


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

546


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

574


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

614