Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.
Let us know at info@questionaries.org
What must a class do to implement an interface i JAVA?
5
like
0
dislike
Hello
What must a class do to implement an interface i JAVA?
please reply me. i am waiting for your reply.
Thanx
asked
1 year
ago
by
DBA-boss
(
120,990
points)
class
abstract
java
1 Answer
1
like
0
dislike
Best answer
It must provide all of the methods in the interface and identify the interface in its implements clause.
answered
1 year
ago
by
eagles11
(
179,830
points)
Related questions
3
like
0
dislike
0
answers
What is an abstract class?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
abstract
class
java
2
like
0
dislike
1
answer
What is an interface and what is an abstract class?
asked
1 year
ago
by
marck_don
(
191,010
points)
interface
abstract
class
expand
5
like
0
dislike
0
answers
What’s the difference between an interface and an abstract class?
asked
1 year
ago
by
marck_don
(
191,010
points)
abstract
class
interface
3
like
0
dislike
0
answers
What is the difference between an Interface and an Abstract class?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
interface
abstract
class
2
like
0
dislike
1
answer
What does it mean that a method or class is abstract?
asked
1 year
ago
by
daneim
(
127,080
points)
java
method
static
class
abstract