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.
Explain the necessary syntax of the LINQ query in the Visual Basic and also in the C#.
State the method which can be used to impose Garbage collection in .NET?
How a condition can be implemented in the workflow?
Explain what is Multicast delegate?
Illustrate Windows Workflow Foundation (WF).
Briefly describe about XSLT?
Describe the major subsystems of the WPF (Windows Presentation Foundation) in brief?
What is meant by the Runtime services?
Name and describe some of the exclusive characteristics which are present in the VB?
List some of the new controls which are introduced in the ASP.NET AJAX Control Toolkit?
18,76,764
1933319 Asked
3,689
Active Tutors
1421180
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!