difference between class and object

Answer Posted / saquib

class is compiled.
class is a keyword which is used to create customise data type.
class without object is logical.


but object never compiled it only executed.
object is a physical representation of a class

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by oops concept?

613


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1408


Why do we use class?

635


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1640


What is the importance of oop?

612






What are the benefits of polymorphism?

624


What does no cap mean?

592


What is the types of inheritance?

604


Why we use classes in oop?

583


What is super in oop?

599


c++ program to swap the objects of two different classes

1765


What is encapsulation example?

550


What does oop mean in snapchat?

686


Why is oop better than procedural?

605


Get me a number puzzle game-program

1694