Can a abstract class be declared final?

Can a abstract class be declared final?

Hi,

Can a abstract class be declared final?

Thanks,

View Answers

April 12, 2013 at 11:15 AM

Hi,

No, we Can't declare an abstract class to be final. In Java a special type of class that we used is called an abstract class. Which helps us to organize our classes based on common methods. An abstract class lets you put the common method names in one abstract class without having to write the actual implementation code.

This link will gives you more information, please visit the link http://www.roseindia.net/help/java/a/java-abstract-class.shtml

Thanks,









Related Tutorials/Questions & Answers:
Can a abstract class be declared final?
variables and methods declared in abstract class is abstract or not
Advertisements
Can a class be declared as static?
Can a class be declared as protected?
Java Abstract Class
Abstract Class in Java
Can a abstract class be defined without any abstract methods?
abstract class
HttpServlet is declared abstract
Can you create an object of an abstract class?
Can we instantiate abstract class in Java?
Abstract class
abstract class
Java Abstract Class Example
Abstract class
Abstract class
Abstract class
abstract class
abstract class
Interface and Abstract class
can we mark the class with abstract..with out having any mothed in tit as abstract!!! - Java Beginners
Explain final class, abstract class and super class.
Java abstract class
Abstract class and abstract method
code for abstract class
Abstract class and interface in Java
What is an abstract class?
Abstract class,Abstract methods and classes
Interface and Abstract class
Abstract class - Java Beginners
Why Abstract Class?
Why Abstract Class?
abstract class and interface - Java Beginners
Abstract class or methods example-1
abstract class - Java Beginners
Abstract class or methods example-2
Interface Vs Abstract Class
Write Full concept of abstract class
Java-Abstract Class - Java Beginners
abstract class and overriding - Java Beginners
overriding in derived class from abstract class
PHP Abstract Class
what's the purpose of constructor in abstract class?
What is an Abstract Class and what is it's purpose?
Using Abstract Class
Interface vs abstract class
Abstract class or methods example-3
Abstract class and Interface - Java Magazine
abstract class - Java Interview Questions
Can a main method be declared final?

Ads