what is the difference between class and structure in C++?
Answer Posted / naveen tuteja
A structure can't contain the static ans constant variable
but a class can contain both.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is encapsulation oop?
What are the 5 oop principles?
What is oops in simple words?
Can main method override?
Why do pointers exist?
What is pointer in oop?
What is constructor overloading in oop?
What is class and example?
explain sub-type and sub class? atleast u have differ it into 4 points?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is object in oop with example?
Are polymorphisms mutations?
What is overloading in oop?
What is the advantage of oop over procedural language?
What are the 4 pillars of oop?