What is the main difference between C++ and Java
Answer Posted / bhuwan chandra
points is used in C++ whereas in java pointer is not used.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is the real time example of inheritance?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
what type of question are asked in thoughtworks pair programming round ?
What is difference between abstraction and encapsulation?
explain sub-type and sub class? atleast u have differ it into 4 points?
Why is oop better than procedural?
What is destructor oops?
What is object in oop with example?
What makes a language oop?
What are the advantages of polymorphism?
How do you define a class in oop?
write a program that takes input in digits and display the result in words from 1 to 1000
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Why is abstraction needed?
Why is encapsulation used?