Abstract class and an Interface
Write difference between an Abstract class and an Interface.
Expert
Abstract Class :
a) A class is able to extend only one abstract class. b) Abstract classes must have subclasses. c) Members of abstract class may be private as well as protected. d) Methods in the abstract class may be abstract as well as concrete. e) Any class is able to extend an abstract class. f) Class extending the abstract class may or may not execute any of its method. g) There can be a constructor for the abstract class. h) An abstract class can implement the methods.
Interface:
a) Several interfaces can be implemented by a class, b) Interfaces should have implementations by classes. c) An interface can have only public members. d) All methods in an interface must be abstract. e) Only an interface is able to extend another interface. f) All methods of interface need to be implemented by a class implementing that interface. g) Interface does not have constructor. h) Interfaces cannot contain body of any of its method.
Illustrate the reason in brief why WPF is used?
Define the terms Web server controls and Custom user Controls in Asp.net?
Name the events which occur when the client requests the ASP.NET page from IIS server?
Explain about the ASP.NET AJAX Framework.
Explain the difference between the Response.Output.Write() and Response.Write() methods?
State the parameters which controls most of connection pooling behaviors?
Write down some of the Features of WPF in brief.
What are XML attribute?
In what way we can display the icon during runtime on a StatusStrip control?
Write down the ToolTipService timing properties in the WPF?
18,76,764
1924792 Asked
3,689
Active Tutors
1452710
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!