Skip to content
learning tonight

The More You Learn The More You Get

Menu
  • Home
  • CPP
  • Java
  • Private Policy
  • Contact Us
overload and override in C++
CPP

overload and override in C++

learning tonightNovember 2, 20160
C plus plus (c++) provide overloading and overriding function : Overloading have the same function name exit in the same …
Read More
Variable types in java
Java

Variable types in java

learning tonightNovember 2, 2016November 2, 20160
There are 3 types of variable in java: Local variables : any variables which are defined in side methods, constructor or …
Read More
Class vs object in java
Java

Class vs object in java

learning tonightNovember 2, 2016June 26, 20170
Class  Blueprint for object A Programming construct which defines  properties and behaviors for Object. In java everything is encapsulated under …
Read More
Basic rule in Java
Java

Basic rule in Java

learning tonightNovember 1, 2016June 26, 20170
Files with no public classes can have a name that does not match any of the classes in the file …
Read More
Encapsulation, coupling, and cohesion
CPP

Encapsulation, coupling, and cohesion

learning tonightNovember 1, 2016June 26, 20170
In Object Oriented (OO) design, it is desirable to design class that are tightly encapsulated, loosely coupled and highly cohesive, …
Read More

Posts navigation

‹ Previous 1 2 3 … 5 Next ›
Search for

Calendar

September 2025
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  
« Feb    
Proudly powered by Learning tonight
L2n theme by L2nthem
Menu
Search for
  • Home
  • CPP
  • Java
  • Private Policy
  • Contact Us