what is the difference between Cpp And Java

Answer Posted / madhu

cpp is not 100% object oriented programming language,
because primitives are not objects in cpp,
whereas java is said to be 100% pure object oriented
programing language, because we can convert the primitives
into objects by using the concept called 'wrapping'.

Is This Answer Correct ?    45 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is private static class in java?

738


What are the states of thread in java?

703


What is the difference between abstract class and interface1? What is an interface?

768


Which package has light weight components in java programming?

874


What modifiers may be used with a top-level class?

776


What is the difference between a synchronized method and a synchronized block?

834


Can a final variable be manipulated in java?

742


What are peerless components in java programming?

756


Can finally block be used without a catch?

727


How can we make a class singleton?

797


What is meant by final class?

771


What is the += operator called?

782


What is a default constraint?

810


Why wait and notify methods are declared in object class?

789


What is the difference between an inner class and a sub-class?

701