Difference between abstract class and Interfaces in Java
Answer Posted / krishna
In Abstract class should implementation methods information
with complete i.e Programmer duty .
But in Interfaces we can give implementations to End-User .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad
what is difference between kpo and it industry? that is in terms of work, package etc
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
Write a program to swap the content of two variables without using a third variable.
Difference between delegates and Events?
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
1.Mutating table
how many types of bytes are there???
what is the use MDM(Master Data Management)and meaning
What sysoption determines where the macro facility searches a specific catalog for complied macro?
what is the purpose of checked Menu options
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
What is test execution and when will we start execution please send me one example for this question
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
what are resources in case of Threads