Tell us about yourself.
Answer Posted / jagadish
Hi, I am L.Jagadish, 3rd year computer science engineering
student from Tagore engineering college, I finished my
schooling in the medium of Tamil, in my class I had
represented as leader to maintain discipline among students
and I had participated in speech competitions, science
exhibitions conducted for schools. And in sports I am a
zonal player in volley ball, played for south madras. My
hobbies are cooking and making verity of food recipes,
embroidering. And also like others use to read books and
watch TV. My ambition in life is to be a good attitude
person and my ambition in profession is updated my software
knowledge regularly.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
class type to basic type conversion
Can we define a class within the interface?
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.
Why is polymorphism important in oop?
Can enum be null?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Give two or more real cenario of virtual function and vertual object
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is encapsulation in simple terms?
What are the benefits of interface?
What is the difference between inheritance and polymorphism?
What are benefits of oop?
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 encapsulation with example?
What is object-oriented programming? Webopedia definition