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

How many types of linked lists what are they? How many types of data structures?

18 Answers   BSNL, Pivotal Software,


Can two or more operators such as and be combined in a single line of program code?

0 Answers  


What will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...

3 Answers  


What is a stream water?

0 Answers  






what are the stoge class in C and tel the scope and life time of it?

2 Answers   Tech Mahindra,


Does * p ++ increment p or what it points to?

0 Answers  


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

0 Answers   Aspire, Infogain,


Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.

0 Answers  


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


to convert a string without using decrement operater and string functions

1 Answers  


What is the significance of c program algorithms?

0 Answers  


Categories