What is the difference between Abstract Classes and
Interfaces? Give the answer as a table format....
Answer Posted / hemalatha ivvala
Abstrat Class: It is a combination of Concrete Methods and
Abstract Methods.
Interface: Which class is only having abstract methods is
called interface.
Concrete Methods: Methods having declaration and definition
Abstrat Method: Methods having only declaration not having
any definition. Becuase abstract methods are used to provide
data abstractions(Means providing method definition and
hiding method declaration to provide security to the client).
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is static member?
Which classes a dll can contain?
Explain an assembly?
Explain convert.tostring and i.tostring method?
Explain about garbage collection?
What do you mean by serialization?
Explain the difference between datatable and dataset?
Explain the difference between an xml "fragment" and an xml "document."
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
Described strong typing and weak typing?
What is internal keyword in .net framework?
What are the types of generations in garbage collector?
What is option strict?
What is the diff between vb mdi form and .net mdi form?
What is pre-jit?