Difference between an interface and abstract class
Write the difference between an interface and abstract class?
Expert
Abstract Class:
i. The abstract class can implement methods. ii. Class can extend only single abstract class. iii. Abstract classes must have subclasses. iv. Methods in the abstract class can be abstract as well as concrete. v. There can be a constructor for the abstract class. vi. A class extending a abstract class may or may not implement any of its method. vii. Any class can extend abstract class. viii. Members of the abstract class can be protected as well as private.
Interface:
i. Interfaces cannot have body of any of its method. ii. Interface do not have constructor. iii. The class can implement many interfaces iv. The interface can only contain public members. v. The interfaces should have implementations by the classes vi. Every methods in the interface should be abstract vii. Every methods of the interface require to be implemented by the class implementing that interface. viii. Only interface can extend another interface.
What is meant by the term Assembly?
Describe the features of Chart control.
State the difference between the WindowsDefaultBounds and WindowsDefaultLocation properties?
What do you know about parameter and explain new types of the parameters introduced in the C# 4.0?
Explain about the DataContext class and also how it is related to the LINQ?
Write about the Dynamic update?
What do you mean by the term Transport and Message Reliability?
Explain the term neutral culture?
List some differences between the CheckBox control and a RadioButton control?
By which command we can turn-off and turn-on CAS?
18,76,764
1948849 Asked
3,689
Active Tutors
1435291
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!