Sobes.tech

What is the difference between method overloading and virtual functions in object-oriented programming?

Junior — Middle
377

Is it possible to create a new object inside a class destructor?

Junior — Middle
272

How to distinguish static polymorphism from dynamic polymorphism in object-oriented programming?

Junior — Middle
267

How can a separate thread be initiated in a program?

Junior — Middle
248

Could you list the types of memory used during program execution?

Junior — Middle
241

How to identify and use a method belonging to a specific class without creating its instance?

Junior — Middle
225

Can a stream itself initiate the re-execution of its code?

Junior — Middle
219

Can you explain what overriding a virtual function in object-oriented programming means?

Junior — Middle
215

Can you explain the differences between std::map and std::unordered_map containers, and in which situations it is preferable to use each of them?

Junior — Middle
214

Under what conditions can an object of a class be used as an element of a set?.

Junior — Middle
209

Is it possible to access methods defined in a parent class from an instance of its child class?

Junior — Middle
203

Can you explain the meaning of the keyword 'this' in the context of object-oriented programming?

Junior — Middle
202

What is the difference between method overriding and method overloading in object-oriented programming languages?

Junior — Middle
194

Can you explain what 'overloading' means in the context of programming?

Junior — Middle
188

Can you list the different types of inheritance in object-oriented programming?

Junior — Middle
184

What consequences can occur if an exception is thrown in a destructor?

Junior — Middle
183