adplus-dvertising
frame-decoration

Question

It is _________________________ to have an abstract method.

a.

Not mandatory for an static class

b.

Not mandatory for a derived class

c.

Not mandatory for an abstract class

d.

Not mandatory for parent class

Answer: (c).Not mandatory for an abstract class

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. It is _________________________ to have an abstract method.

Similar Questions

Discover Related MCQs

Q. How many abstract classes can a single program contain?

Q. Is it necessary that all the abstract methods must be defined from an abstract class?

Q. A template class can have _____________

Q. Which among the following is the proper syntax for the template class?

Q. Can default arguments be used with the template class?

Q. What is the syntax to use explicit class specialization?

Q. Which is the most significant feature that arises by using template classes?

Q. A template class defines the form of a class _____________________ it will operate.

Q. What are the two specializations of I/O template classes in C++?

Q. Can typeid() function be used with the object of generic classes?

Q. The _____________ class is a specialization of a more general template class.

Q. How is function overloading different from template class?

Q. What if static members are declared inside template classes?

Q. If template class is defined, is it necessary to use different types of data for each call?

Q. How many generic types can be given inside a single template class?

Q. Template classes must have at least one static member.

Q. Which is most appropriate definition of a base class?

Q. A base class is also known as _____________ class.

Q. An abstract class is always a __________ class.

Q. How many base classes can a single class inherit in java?