When should you use Abstract Class vs Interface while
programming? Give 1 Example
Answer Posted / pravin shrirao
Interfaces are used when we want classes should follow the
rules strictly. Rules like naming coventions e.g. if in
customer class one developer add method AddCustomer other
developer while implementing Invoice class could write
method name InvoiceAdd and also could change the Signiture
rules. for addition of customer we have at client code as
Cutomer.AddCustomer(A,B,C); and Invoice.InvoiceAdd(A,B)
To maintain uniformality if we declare interface and define
method Add(A,B) in that interface and implement that
interface in both the classes then the code will be uniform
all over the classes where ever we have implemented
interface and also all concrete classes must contain
methods which are defined in the interfaces.
| Is This Answer Correct ? | 22 Yes | 5 No |
Post New Answer View All Answers
Explain pipelining? : .NET Architecture
4. Wcf- what Asych and Sych call and how that works
how can we achieve language interoperability through CLS? How MSIL works?
what is inheritancy where u required ?
How resource files are used in .net?
Why am I getting an invalidoperationexception when I serialize an arraylist?
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
Explain about clr?
How do I prevent concurrent access to my data?
question related to table havi colspan and row span
What is a service contract, operation contract and data contract?
Why the config file might not be writable
Is dim fs as filestreamobject is a managed code? : Dot net architecture
Define a virtual memory? : Dot net architecture
So what exactly is the configuration file for then?