An interface contains _________ methods

Skill/Topic: Inheritance
A) Abstract
B) Non-abstract
C) Implemented
D) Un-implemented

Showing Answers 1 - 75 of 77 Answers

Shaiju

  • Jan 18th, 2006
 

Abstract

  Was this answer useful?  Yes

Shaharulla

  • Jan 19th, 2006
 

An Interface contains Unimplemented methods

  Was this answer useful?  Yes

bae

  • Apr 30th, 2006
 

I clicked on abstact method....but i got wrong marked......pls correct......

  Was this answer useful?  Yes

Robert t

  • Jan 31st, 2007
 

abstract methods is not correct one.Interface can contain both abstract and non abstract methods, first of all it is unimplemented methods is correct answer

  Was this answer useful?  Yes

>>> Marker methods [Methods with no defenition]Theoretically those methods are public abstract.In general sense these can be referred as Un-Implemented methods.

  Was this answer useful?  Yes

An interface contains abstract methods because interfaces cannot be instantiated, but rather are implemented. A class that implements an interface must implement all of the methods described in the interface, or be an abstract class.

  Was this answer useful?  Yes

lakshmimohan

  • Dec 7th, 2016
 

A) Abstract

  Was this answer useful?  Yes

chittem.satyaveni

  • May 20th, 2020
 

abstract

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions