what is object oriental programing?



what is object oriental programing?..

Answer / nirmal kumar tailor

Object means instance of the class.

object oriented means you can access all the class member
with the help of class object so this is called object
oriented language.

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More C Interview Questions

Why is C language being considered a middle level language?

0 Answers  


Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?

4 Answers  


write a function which accept two numbers from main() and interchange them using pointers?

3 Answers  


void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }

1 Answers  


swap 2 numbers without using third variable?

0 Answers   IBS,


Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }

4 Answers   Subex,


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

0 Answers  


What is a floating point in c?

0 Answers  


Why does not use getgh(); and <conio.h> in c language.

3 Answers   Elofic,


Why cd or dvd are round why not square.

1 Answers  


What does & mean in scanf?

0 Answers  


Is malloc memset faster than calloc?

0 Answers  


Categories