Hi Frnds..,
From today i am going to teach you java programming. Before that may i know, who are all interested to learn JAVA and may i know how much you are know about java...
To learn JAVA you should be aware of OOPS. I hope you are familiar with OOPS concept so, just tell what are all the things you know about oops. if it is clear means reputation will be provided if admin permits...
dhanvarshini singaravelan, proud to be a member of Vidyarthiplus (V+) - Indian Students Online Education Forum since Jun 2013.
The basics concepts of oops are
OBJECTS AND CLASSES
DATA ABSTRACTION
DATA ENCAPSULATION
POLYMORPHISM
INHERITANCE
DYNAMIC BINDING
METHODS AND MESSAGE PASSING
Let me explain some of these concepts in detail:
CLASS:
It is entity in which data and objects are put together.The syntax is
CLASS class_name
{
private://access specifier
---
---
protected://access specifier
----
----
public://access specifier
----
----
};//end of class
Fear is a reaction,but courage is a destination
i know some wat in java
oops clear