what is the main difference between c and c++?
Answer Posted / swagatika sahu
c is not secure while c++ provides us security of data by using access specifiers like private,public,protected.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are objects in oop?
write knight tour problem which is present in datastructure
What do you mean by variable?
What is polymorphism in oops with example?
Get me an image implementation program.
What is inheritance and how many types of inheritance?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Can bst contain duplicates?
What is protected in oop?
State what is encapsulation and friend function?
What are oops methods?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
what are the realtime excercises in C++?
What is meant by multiple inheritance?
What is encapsulation and abstraction? How are they implemented in C++?