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

What is abstract data structure in c?

0 Answers  


What are static variables, and where are they stored?

2 Answers  


What are the back slash character constants or escape sequence charactersavailable in c?

0 Answers  


How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran

0 Answers  


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

8 Answers   Aspire,


main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....

2 Answers  


a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?

6 Answers   Geometric Software,


what are the various memory handling mechanisms in C ?

4 Answers   HP,


how to write a prog in c to convert decimal number into binary by using recursen function,

1 Answers  


write the program for maximum of the following numbers? 122,198,290,71,143,325,98

5 Answers  


What are the advantages of external class?

0 Answers  


How to use c/c++ code in JAVA

10 Answers   CDAC, IBM, Satyam, Scope International,


Categories