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
Can you inherit a private class?
Which language is not a true object oriented programming language?
why reinterpret cast is considered dangerous?
What are benefits of oop?
What is encapsulation and abstraction? How are they implemented in C++?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is encapsulation in simple terms?
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!!!)
What is encapsulation selenium?
What is polymorphism and why is it important?
#include
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is object and example?
What does I oop mean?
What is abstraction and encapsulation?