What is oops and why we use oops?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

Which type does string inherit from?

0 Answers  


What are the advantages of inheritance?

26 Answers   IBS, TCS,


What is the difference between const int *ptr and int const *ptr???

2 Answers  


i have to create a view in SQL as like in ORACLE DATA EXPRESS EDITION

2 Answers   CTS,


what is difference between String s=new String("vali"); String s="vali"

1 Answers  






What does I oop mean?

0 Answers  


What is difference between #define and const?

3 Answers   emc2,


whats the difference between c and c++

7 Answers   Syntel,


Program to check whether a word is the first word of the sentence.

1 Answers  


what is an instance of a class

5 Answers  


Is this job good for future? can do this job post grduate student?

0 Answers  


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

0 Answers  


Categories