What is abstact class? in which scinario we can use abstact
class?
Answers were Sorted based on User's Feedback
Answer / madhusudhanreddy t
Abstract is a keyword which can be used with methods and classes. When ever a class is not providing the full functionality then it is recommended to declare that class as the abstract class. When a class contains at least one abstract method then that class must be declared as abstract.
Abstract classes provide set of rules (abstract methods) which must be followed (overided) in the derived classes.
Abstract classes are not instantiable,but a reference can be created.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / satyanand
a class that contains abstract functions is abstract class.
for implementing function overriding we use it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shipra agarwal
Abstract classes are reffered to as inherited classes
also.They are abstracted from super classes to the sub
classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suresh mediboyina
Abastact methods and implemented methods in abastact
class,we cant inheriace the class.
| Is This Answer Correct ? | 2 Yes | 4 No |
Define the mesi? : Dot net architecture
which would be the best to use inproc,outproc or sql server
Explain the purpose of cache? : Dot net architecture
It was told that .Net 2.0 Framework has got it's in built webserver. Does it mean that it doesn't need IIS? What is the significance of Front Page Server Extensions in creating or hosting a Web Application in .net?
1 Answers 247Customer, Concentrix, Wipro,
Explain the five stages in a dlx pipeline? : .NET Architecture
What is different about namespace declaration when comparing that to package declaration in java?
What happens to the winfx technologies?
What is a managed code? : Dot net architecture
where should I put this information then?
how u maintain data while navigating one page to another?
How does an appdomain get created?
what is the shortcutkey for solution explorer and add new item?