Giter Club home page Giter Club logo

gadget_shop's Introduction

Gadget_Shop

This project is purely based on core java concepts such as oops concepts, collection framework, recursion & detailed information are mentioned below :-

1. Inheritance:-

It is used to inherits common properties from particular gadegts category such as in mobile concepts all types of mobile are having some common properties which are included in all the mobile so writing same lines of code repitetive we use inheritance concept to inherits those properites.

2. Encapsulation:-

The process of binding state and behaviours of an object together is known as Encapsulation. It is used to achieve data hiding

3.Polymorphism:-

Ability of an object to exhibits more than one form is known as polymorphism

4. Abstraction:-

The process of displaying the things which are required and hiding the things which are not reuired is known as Abstraction.

Method Overloading:-

Class is having more than one method with same but different formal arguments Either differening length or differening data type.

Method Overriding:-

Sub class non-static overrides superclass non-static method is known as method overriding. Subclass and Superclass is having non-static method with the same name and same formal argument is known as method overriding.

Method :-

It is a block of statement used to perform specific task Method have return type of data Method name can be anything Method can be executed in 3 ways with directly, by using class name, object reference.

  1. No Argument Method:- The method which does not have any formal argument is called as No Argument Method.
  2. Parameterized Method:- The mehod which has formal arguments is called as paramterized Method.

Formal Arguments:- Variable creates inside the method is known as Formal Arguments. Actual Arguments:- Data passed inside methood calling statements is known as Actual Arguments.

gadget_shop's People

Contributors

smash4141 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.