Tell us about yourself.
Answer Posted / hashim bin ali
hi, i did my graduation in the year 96 with second division
from osmania university,then took up c.a.course and had
been working under the supervision of chartered accountant
for four great years,and did the audit of dena bank,
charminar bank and some air and shipping cargos.
In the year 2002, i joined a company
called .a.h.electricials as an junior accoutant and worked
for them till 2006.
i got good offer from united insulation and joined
them as an account officer,and was send to delhi by giving
me promotion within the span of three months time from
A.O.to deputy commercial manager,where i used to handle
inventory of three branches as well as branch accounts
indepdently.
Presently i m working with a tax consultant at ameer
pet area.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Which language is not a true object oriented programming language?
Where is pseudocode used?
What is polymorphism explain its types?
What is abstraction with example?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
Why it is called runtime polymorphism?
What is inheritance and how many types of inheritance?
What is meant by multiple inheritance?
What is encapsulation example?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
What is polymorphism and example?
What is polymorphism used for?
What is the importance of oop?
How does polymorphism work?
What is and I oop mean?