what is object oriental programing?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the benefit of using enum to declare a constant?

812


What is the mean of function?

847


Differentiate between the expression “++a” and “a++”?

966


Which function in C can be used to append a string to another string?

888


Can variables be declared anywhere in c?

825


What do you know about the use of bit field?

804


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

906


When should volatile modifier be used?

740


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

1983


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2945


Define recursion in c.

935


Which is better between malloc and calloc?

890


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

3959


What is the purpose of sprintf?

814


Which is an example of a structural homology?

1039