Search:

Type: Posts; User: u6022; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    11
    Views
    10,583

    Re: what are the disadvatages of oops?

    My code has been criticized as being "too object oriented" by some. Some people prefer large numbers of global void pointers I guess. I know in some cases OO code executes slower. But the code...
  2. Answers
    26
    Views
    120,689

    Re: Types of Inheritance

    Two types
    (1) implementation
    (2) interface

    Differences in multiplicity and protection level have already been mentioned.
  3. Answers
    11
    Views
    403,167

    Re: abstraction Vs encapsulation

    Encapsulation is hiding what is not needed by the user.

    Abstraction separates the users "view" from the implementation.

    Encapsulation makes things easier for the user of a class by hiding what...
  4. Thread: constructor

    by u6022
    Answers
    1
    Views
    3,075

    Re: constructor

    The private constructor can be called from a static member of that class. Like:
    class ClassA{ ClassA(); public: static void* create(){return new ClassA();}};

    Another reason for a private...
Results 1 to 4 of 10
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact