What is a class?

Answer Posted / pushpanjali panda

class is a user defined entity which has some real world
existence,and it is a way to bind the data and its
associated functions of different datatypes

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

1488


How do you sort filenames in a directory?

700


What are the complete rules for header file searching?

664


Why do we use main function?

629


What is masking?

629






The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

759


Is null valid for pointers to functions?

603


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1255


What are the types of bitwise operator?

657


Why do we use int main?

601


Why is #define used?

786


write a program fibonacci series and palindrome program in c

628


How can I find out the size of a file, prior to reading it in?

615


how do you programme Carrier Sense Multiple Access

1510


What is pointers in c with example?

573