Tell us about yourself.

Answer Posted / vinodhini

hi! im vinodhini...
im coming from chennai...
currently im pusurving master of computer application in b.s
abdur rahman university...
i did my bancheor of computer science in madras university...
i did my schooling in rani lady meyyammai...
and about my family we are 4 members my mom,dad and sibling...
my mom is homemaker, my dad is working and about my siblings
younger sister she is pursurving banchelor of computer science in madras university...
my hobbies listening songs...
my strength are think positive and eagerness in learning new things...
my weakness is believe all people...
that's all....

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is abstract class in oop?

524


class type to basic type conversion

1830


write a program to find 2 power of a 5digit number with out using big int and exponent ?

1882


What is the purpose of enum?

572


Can we have inheritance without polymorphism?

600






Which language is not a true object oriented programming language?

627


What does and I oop mean in text?

610


What is polymorphism and its types?

585


What are the 4 main oop principles?

667


what is difference between class template and template class?

2149


What is the difference between encapsulation and polymorphism?

580


Which language is pure oop?

543


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.

1628


write a programe to calculate the simple intrest and compund intrest using by function overlading

1655


What are constructors in oop?

581