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


Please Help Members By Posting Answers For Below Questions

What are the 3 pillars of oop?

613


What are functions in oop?

582


What is an example of genetic polymorphism?

650


What is the fundamental idea of oop?

638


Can enum be null?

587






What is encapsulation example?

547


Is enum a class?

604


What are constructors in oop?

592


What is polymorphism and example?

592


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.

2575


Question In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest. Question Submitted By :: Sunil Kumar I also faced this Question!! Rank Answer Posted By Re: In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest. Answer # 1 use copy constructors 0 Shanthila There is something to be taken care in destructor, in copy constructor, suppose the memory is assigned to the embedded member object pointer with the parameter passed value, but if some other objects of different class also are pointing to this memory, then if some one deletes the object then this class member pointer object will become dangling, or if the object is not deleted properly then there will be memory leak. Please suggest the design change required to handle or avoid this situation

1660


What is methods in oop?

542


What does and I oop and sksksk mean?

650


What is oops in simple words?

579


Describe these concepts: Polymorphism, Inheritance and Abstraction.

612