Answer Posted / lilly
A class is a logical abstraction, but an object has
physical existence. It is used to define the nature of an
object, and it is a basic unit of encapsulation which links
code and data together.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is oops and why we use oops?
class type to basic type conversion
What is class in oop with example?
What is the significance of classes in oop?
What is the advantage of oop over procedural language?
What is encapsulation and abstraction? How are they implemented in C++?
What is the difference between a constructor and a destructor?
What is difference between inheritance and polymorphism?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
How do you answer polymorphism?
What is encapsulation c#?
Which method cannot be overridden?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is difference between oop and pop?
Can a varargs method be overloaded?