what is a class

Answer Posted / rajwinder cheema

a class is a user defined data type combines both data and
function.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to sort the number with different sorts in one program ??

1914


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?

1403


What is purpose of inheritance?

643


What is encapsulation example?

545


What is difference between polymorphism and inheritance?

617






What does I oop mean?

613


Why is encapsulation used?

577


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4235


Write a c++ program to display pass and fail for three student using static member function

2811


what is difference between class template and template class?

2157


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.

1635


what is graphics

2009


What is the difference between abstraction and polymorphism?

613


What is an interface in oop?

591


What is destructor give example?

601