Vidyarthiplus (V+) - Indian Students Online Education Forum

Full Version: Do you have interest to learn JAVA ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2



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...Smile

            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...
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
i know some wat in java

oops clear
Pages: 1 2