Skip to main content
Graph
Search
fr
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
Polymorphic Display in Java
Graph Chatbot
Related lectures (32)
Previous
Page 3 of 4
Next
Object-Oriented Programming in Java
Covers object-oriented programming in Java through a case study on modeling watch mechanisms.
Introduction to Static Attributes in Java
Covers static attributes in Java, explaining their shared nature and common usage.
Default Constructors in Java
Covers default constructors in Java, including generation by the compiler and calling other constructors.
Object-Oriented Programming: Mini-project Overview
Introduces the mini-project 2, focusing on practicing object-oriented programming concepts.
Polymorphism 2: Heterogeneous Collections
Explores polymorphism in C++, covering heterogeneous collections, resource management, and memory handling.
Programming basics: introduction and algorithms
Introduces programming basics, covering Unix systems, Firefox, algorithms, and data structures.
Copy Constructor in Java
Covers the copy constructor in Java, explaining its syntax and usage, and alternative methods for creating object copies.
Introduction to Interfaces in Java
Explores the concept of interfaces in Java, emphasizing their role in defining common behaviors across classes.
Object-Oriented Programming: Polymorphism and Pointers
Explores object-oriented programming concepts like polymorphism and pointers in C++.
Comparing Objects: Comparable vs Comparator
Covers the concepts of Comparable and Comparator interfaces in Java, explaining how classes implement these interfaces to enable object comparison.