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 multilevel inheritance in oop?
What is constructor in oop?
What is inheritance and how many types of inheritance?
What is overriding in oop?
What is the types of inheritance?
What is the diamond problem in inheritance?
What is ambiguity in inheritance?
What is destructor in oop?
Can static class have constructor?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is the use of oops?
What exactly is polymorphism?
What is the difference between a constructor and a destructor?
What is static modifier?
How do you use inheritance in unity?