upcasting

There are 9 repositories under upcasting topic.

  • JohT/alias

    alias names for java types

    Language:Java9242
  • devMinseok/Swift_Book

    Swift문법이 정리된 저장소입니다.

    Language:Swift3100
  • apolomoraes/projetojava

    Projeto de estudos básicos sobre Java feito no mergulho Java da algaworks

    Language:Java110
  • fabiohpCotrim/chess-system-java

    Projeto: Sistema jogo de xadrez, desenvolvido para o curso "Java Completo 2023 Programação Orientada a Objetos"

    Language:Java1100
  • Amaravathi-Travels-Application

    Java-Squad/Amaravathi-Travels-Application

    Amaravathi Travels is a car online platform that has transformed car travel in the country by bringing ease and convenience to millions of Indians who travel using cars. Founded in 2019, Amaravathi Travels is part of India's Leading Travel Online Company. Company Founder is Jasti Satykrishna.

    Language:Java1110
  • darskp/Java-CRUD-Employee-Management-System

    This project implements an Employee Management System with basic CRUD (Create, Read, Update, Delete) operations. It allows users to add, view, update, and delete employee records.

    Language:Java
  • Dikshitharao/PolymorphismDemoProgram

    A simple and easy program to understand the concept of runtime polymorphism, compile time polymorpism,overloading, overridding, downcasting, upcasting and Interface.

    Language:Java20
  • NaguPatil5566/-collection-project-2-Employee

    1.collection project-2. 2.jspiders 3.Mainclass.java->main() ---------------- 4. 2getter methods 5.toString()->Salary of Tom is 2.5 ------------------------------------ 1.create 3map Insatance 2.upcasting-> Map and LinkedHashMap->put(K, V) 3.keys->employee names and values->employee objects

    Language:Java10