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 the benefit of c30

2 Answers  


Can we change the value of constant variable in c?

0 Answers  


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


difference between string and array?

6 Answers  


How do you determine a file’s attributes?

0 Answers  






What is the size of enum in bytes?

0 Answers  


How can I discover how many arguments a function was actually called with?

0 Answers  


Explain the use of keyword 'register' with respect to variables.

0 Answers  


How to delete a node from linked list w/o using collectons?

0 Answers   Zycus Infotech,


Explain continue keyword in c

0 Answers  


How do you determine whether to use a stream function or a low-level function?

0 Answers  


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers  


Categories