what is the main difference between c and c++?
Answer Posted / prathyusha
c++ supports the over loadind function which is not
supported in c programming
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is static modifier?
How do you define a class in oop?
What is static in oop?
Why is polymorphism important in oop?
What is the important feature of inheritance?
What polymorphism means?
What is polymorphism explain its types?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
write string class as your own class in java without using any built-in function
What is abstraction example?
When not to use object oriented programming?
Explain the concepts involved in Object Oriented programming.
What are the 4 pillars of oop?
class type to basic type conversion
Can bst contain duplicates?