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

Write a C program where input is: "My name is xyz". output is: "xyz is name My".

1 Answers   TCS,


will u give me old quesrion papers for aptitude for L & t info tech?

1 Answers   Hindustan, L&T,


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


find the minimum of three values inputted by the user

3 Answers  


What is Function Pointer? Explain with example?

3 Answers  






What is the difference between array and pointer?

0 Answers  


write a program without using main function?

2 Answers   TCS,


#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..

3 Answers  


what is the diff b/w static and non static variables in C. Give some examples plz.

3 Answers   Wipro,


what is the code for getting the output as * ** ***

5 Answers   Caritor,


Can you tell me how to check whether a linked list is circular?

1 Answers  


What is the purpose of sprintf?

0 Answers  


Categories