what is the main difference between c and c++?
Answer Posted / chirag jobanputra
IN C,GLOBAL DECLARATION ISN'T POSSIBLE ANYWHERE BUT IN
C++,VARIABLES ARE DECLARED GLOBALLY.
| Is This Answer Correct ? | 21 Yes | 9 No |
Post New Answer View All Answers
What is difference between abstraction and encapsulation?
What is super in oop?
What is a function in oop?
What is interface in oop?
What is the main feature of oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is the real time example of inheritance?
What is overloading in oops?
what is different between oops and c++
can we make game by using c
What does <> mean pseudocode?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
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!!!)
Is react oop?
What is the difference between static polymorphism and dynamic polymorphism?