Abstraction in Java

Abstraction in java programming refers to the abstract class in OOP(Object Oriented Programming). This class can be instantiated and still have access to the fields, the methods and the constructors. To utilize the Abstract class you would need to use the abstract keyword to declare the class as being abstract. You will need to declare the keyword in the class. For example if you have a class .
Copyright © 2013 Dictionary.com, LLC. All rights reserved.