Which is the best institute in hyderabad for C/C++ and it
also has fast track course structure.
Answer Posted / md ali
I know Naresh IT is having best faculties but its problem
is it is over crowded....in a class it contains 400 to 500
students... I hate crowd thats why I want a institute which
is having best faculties with limited number of students
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
Write a c++ program to display pass and fail for three student using static member function
What is abstraction in oop?
Why polymorphism is used in oops?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is object-oriented programming? Webopedia definition
How to use CMutex, CSemaphore in VC++ MFC
what type of question are asked in thoughtworks pair programming round ?
What do you mean by abstraction?
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.
What is purpose of inheritance?
What do you mean by Encapsulation?
What is polymorphism oop?
How is polymorphism achieved?
What is abstract class in oops?
What is abstraction in oop with example?