-
onlinelearner.in › java-tutorials › java-inheritance
Java Inheritance – Extend Classes in Java | Online Learner
Learn Java inheritance with Online Learner. Understand how subclasses extend parent classes and reuse code using the extends keyword.
-
onlinelearner.in › java-tutorials › java-objects
Java Objects – Create & Use Objects in Java | Online Learner
Learn Java objects with Online Learner. Understand how to instantiate objects from classes and access their properties and methods.
-
onlinelearner.in › java-tutorials › java-encapsulation
Java Encapsulation – Getters & Setters Guide | Online Learner
Learn Java encapsulation with Online Learner. Use private fields with getter and setter methods to protect class data in Java.
-
onlinelearner.in › java-tutorials › java-polymorphism
Online Learner | Java Polymorphism – OOP Concept Guide
Learn Java polymorphism with Online Learner. Understand method overloading and overriding to achieve flexible and reusable code.
-
onlinelearner.in › java-tutorials › java-static-keyword
Online Learner | Java Static Keyword – Variables & Methods
Learn the Java static keyword with Online Learner. Understand static variables, static methods, and static blocks with examples.
-
onlinelearner.in › java-tutorials › java-final-keyword
Java Final Keyword – Constants & Restrictions | Online Learner
Learn the Java final keyword with Online Learner. Use final with variables, methods, and classes to prevent modification in Java.
-
onlinelearner.in › java-interview-questions › what-are-the-different-data-types-in-java
Java Data Types – Primitive & Non-Primitive Types Guide | Online Learner
Learn the different data types in Java with Online Learner. Master primitive and non-primitive types with clear explanations to help beginners understand Java fundamentals.
-
onlinelearner.in › javascript-tutorial › what-is-javascript
What is JavaScript – Beginner's Guide | Online Learner
Learn what JavaScript is with Online Learner. Understand how JS adds interactivity to websites with beginner-friendly intro.
-
onlinelearner.in › javascript-interview-questions › what-are-javascript-prototypes-a-compl...
JavaScript Prototypes – Prototypal Inheritance Complete Guide | Online Learner
Learn how JavaScript prototypes work with Online Learner. Understand why they are essential for inheritance, master prototype chains, and use them effectively with practical examples.