Difference between abstract class and Interfaces in Java
Answer Posted / your friend
abstract classes can have any type of medthods but
interface allows only abtract methods.
Interface is like a class not a class .
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
how do i add a column dynamically in a table by using java application?
I'm new to ABAP. What is Module pool in SAP?
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
I m new to the dbms. Recently i came across words clustered indexes & nonclustered indexes but i dont know what is this all about & whats the difference between them.. So please help me!!!!!!!!
Write a program to find factorial of a number using functions
What is diffrent between Method and and function in c#
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
What is %Type,%Rowtype?
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
What is the use of Differ interface check box in Ship confirm?
could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
Code for display the images from drive using vb 6.0?
smal talk is pure object oriented or not?