Compare classes of java with c++, JAVA Programming

Assignment Help:

Compare classes with C++

Some significant points to consider when defining a class in java as you probably noticed from above given skeleton are

-  There  are  no  global  functions or  variables .  Everything  resides  inside  a  class. Remember that we  wrote our  main method  inside  a  class.   (For  instance , in HelloWorldApp program)

-  Specify access modifiers  (public, private or protected)  for every member method or data members at each line.

-  public: accessible anywhere by anyone

-  private: Only accessible within this class

-  protect:  accessible only  to  the  class  itself and  to  it's  subclasses  or other classes in same package.

-  default: default access if no access modifier is provided. Accessible to all classes in same package.

-  There is no semicolon (;) at the end of class.

- All methods (functions) are written inline. There are no separate header and implementation files.

- Automatic initialization of class level data members if you don't initialize them Primitives

o Numeric (int, float etc) with zero

o Char with null

o Boolean with false

Object References

- With null

 


Related Discussions:- Compare classes of java with c++

Java class loaders , Classes are attached into the JVM as they are referenc...

Classes are attached into the JVM as they are referenced by name in a class that is already running in the JVM. So, how is the staring class loaded? The very first class is espec

Develop an online website using java, Project Description: I am planning...

Project Description: I am planning to prepare a website which caters the services to online internet users. I have already prepared most HTML5 pages by own and wanted to impl

Describe the concept of constructor chaining, Question: A new software ...

Question: A new software engineer has joined Axistex Ltd. The systems analyst informs him that the organisation works with different operating system. The HR department works w

What do mean by synchronized and synchronized statements, What do mean by ...

What do mean by synchronized methods and synchronized statements ?

Create a new project in eclipse , Task 1 Create a new project in Eclips...

Task 1 Create a new project in Eclipse called Assignment 1. Within this project create a package called task01. 1/ Download the class Date (you must use this class - no

What is jms administered object, A preconfigured JMS object (a resource man...

A preconfigured JMS object (a resource manager connection factory or a destination) formed by an administrator for the use of JMS clients and placed in a JNDI namespace

Explain the different kinds of exceptions, Explain The different kinds of e...

Explain The different kinds of exceptions ? Checked Exceptions  : Environmental error in which cannot necessarily be detected through testing; e.g. broken socket, disk full,

What is portableremoteobject.narrow() method , What is PortableRemoteObject...

What is PortableRemoteObject.narrow() method and what is used for?                Ans) Java RMI-IIOP gives a mechanism to narrow the the Object you have received from from your

Program, Develop a code for fibonacci series

Develop a code for fibonacci series

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd