EduLearn - Online Education Platform

Welcome to EduLearn!

Start learning today with our wide range of courses taught by industry experts. Gain new skills, advance your career, or explore new interests.

Browse Courses

Java OOPS concept Encapsulation, Inheritance

OOPs:   Encapsulation–>Protects our data from outside access(Atm)   Inheritance–>Through inheritance,code can be used in multiple places   Polymorphism–>helps in designing flexible and scalable applications   Abstraction–>hiding complex details and showing only the necessary parts   class Father//Base class { void house() { System.out.println(“Have own 2bhk house”); } } class Son extends Father// Derived class […]

Using java How to calculate illiterate people

int pop=80000,popmen,popwomen,poplit,litmen,litwomen,ilitmen,ilitwomen; popmen=(52*pop)/100; popwomen=pop-popmen; poplit=(48*pop)/100; litmen=(35*pop)/100; litwomen=pop-litmen; ilitmen=pop-litmen; ilitwomen=pop-litwomen; In A town,the percentange of men is 52. The percentage of total literacy is 48. If total percentage of literate men is 35 of the total population, Write a program to find the total number of illiterate men and women if the population of the town […]

EduLearn - Online Education Platform

Welcome to EduLearn!

Start learning today with our wide range of courses taught by industry experts. Gain new skills, advance your career, or explore new interests.

Browse Courses

Popular Courses

[Course Image]

Introduction to Programming

Learn the fundamentals of programming with Python in this beginner-friendly course.

12 Hours Beginner
[Course Image]

Data Science Essentials

Master the basics of data analysis, visualization, and machine learning.

20 Hours Intermediate
[Course Image]

Web Development Bootcamp

Build modern websites with HTML, CSS, JavaScript and popular frameworks.

30 Hours Beginner
[Course Image]

Digital Marketing Fundamentals

Learn SEO, social media marketing, email campaigns and analytics.

15 Hours Beginner
Educational Website Footer