Can a varargs method be overloaded?


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

Post New Answer

More OOPS Interview Questions

What is inheritance in simple words?

0 Answers  


Why do we use encapsulation in oops?

0 Answers  


How is exception handling carried out in c++?

3 Answers  


write a program that takes input in digits and display the result in words from 1 to 1000

0 Answers   Wipro,


Does c++ support multilevel and multiple inheritance?

9 Answers   IBS, Wipro,






What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.

2 Answers  


Describe these concepts: Polymorphism, Inheritance and Abstraction.

0 Answers   TCS,


How Do you Code Composition and Aggregation in C++ ?

3 Answers   IBM, NET,


What are the valid types of data that the main () can return in C/C++ language

3 Answers  


why c++ is a highlevel language

3 Answers   Satyam, Tech Mahindra,


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  


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

0 Answers  


Categories