https://github.com/praabindhp/abstract-class_creation
Java Program For Abstract Class Creation
https://github.com/praabindhp/abstract-class_creation
abstract class creation java programming
Last synced: 3 months ago
JSON representation
Java Program For Abstract Class Creation
- Host: GitHub
- URL: https://github.com/praabindhp/abstract-class_creation
- Owner: praabindhp
- Created: 2021-01-29T14:43:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T03:12:08.000Z (over 4 years ago)
- Last Synced: 2025-06-22T11:07:15.716Z (3 months ago)
- Topics: abstract, class, creation, java, programming
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Abstract-Class_Creation
Java Program For Abstract Class CreationJava is a class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.
This is a Java Program Representing The Concept Of Abstract Class & The Its Creation
Classes Specified:
1. Rectangle
2. Triangle
3. CircleThis resource memory used by the JVM is often called overhead. The recommended minimum starting memory point for 64-bit Maximo 7.5 JVMs systems is 3584 MB. Therefore we recommended that physical memory availability for each JVM be 4096 MB; 0.5 GB is for JVM allocation and 512 MB is for overhead.
A class which is declared as abstract is known as an abstract class. It can have abstract and non-abstract methods.