what is the difference between class and structure in C++?
Answer Posted / navneet kaur
c is a procedure oriented language but c++ is a object
oriented language.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
2. Give the different notations for the class.\
What is a null tree?
What is the renewal class?
What are properties in oop?
What is byval and byref? What are differences between them?
What are the benefits of interface?
What is the difference between encapsulation and polymorphism?
when to use 'mutable' keyword and when to use 'const cast' in c++
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is abstraction with example?
What is polymorphism and types?
write a program that takes input in digits and display the result in words from 1 to 1000
When not to use object oriented programming?
What is object in oop?
Write a program to sort the number with different sorts in one program ??