what isthe difference between c structure and c++ class
Answer Posted / a.sivasakthi
c structure are only define the data and data types
C++ class are define the data and solve the function the
both process are solved to the c++ class
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is oops?what is its use in software engineering?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What exactly is polymorphism?
What are the benefits of interface?
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?
How long to learn object oriented programming?
What is methods in oop?
Why do we use polymorphism in oops?
Can private class be inherited?
Get me a number puzzle game-program
Why multiple inheritance is not allowed?
What is a superclass in oop?
What is the fundamental idea of oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?