Skip to content

mtaqi04/MethodOverloading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Method Overloading in Object-Oriented Programming Welcome to the repository for our university project focused on exploring the Method Overloading within Object-Oriented Programming (OOP). This project is part of our coursework and provides a hands-on implementation to deepen our understanding of static variables, methods, and blocks within OOP design.

Project Overview This repository contains the code, documentation, and supplementary resources that demonstrate the use of the static keyword in OOP. The project illustrates practical applications, scenarios, and examples showcasing how static members and methods operate independently of class instances, providing valuable insight into memory management and shared resources.

Repository Link Access the project repository at Method Overloading GitHub Repository.

Features Static Variables: Demonstrates how static variables retain their values across all instances of a class. Static Methods: Includes examples of static methods, which can be called without creating an instance of the class. Static Blocks: Illustrates the use of static blocks for one-time initialization at class loading. Technologies Used Language: Java IDE: Any Java-compatible IDE (e.g., IntelliJ IDEA, Eclipse) Getting Started To get started with this project:

  1. Clone the repository: git clone https://github.com/mtaqi04/StaticKeyword.git

  2. Navigate to the project directory: cd MethodOverloading

  3. Compile and Run: Open the project in a Java-compatible IDE or compile it manually via the command line.

Project Structure MethodOverloading/ ├── src/ # Source code files with static keyword examples ├── README.md # Project overview and information

Contribution As this project is part of a university assignment, it is not open to external contributions. However, feel free to explore the code and reach out for academic discussions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages