Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in object-construction
Why can compiler only implicitly convert char * to std::string in some cases
Feb 07, 2023
c++
implicit-conversion
stdstring
char-pointer
object-construction
Java bad practice doing: new... ().doSomething()?
Jan 28, 2023
java
constructor
static-methods
object-construction
Initialize Derived class member variable before calling Base class constructor. Is this UB?
Oct 20, 2022
c++
object-construction
Type coercion in Perl6 class attribute
Oct 27, 2017
type-conversion
raku
object-construction
How should I construct a subclass using an instance of the superclass?
Sep 26, 2022
java
inheritance
subclassing
object-construction
How do I construct an object in Perl6 from a hash?
Jun 03, 2022
raku
object-construction
Object construction/Forward function declaration ambiguity
Nov 02, 2020
c++
forward-declaration
ambiguity
object-construction
What is the purpose for std::construct_at to cast through a pointer to volatile when using placement new?
Sep 05, 2022
c++
casting
volatile
object-construction
Does Java have a default copy constructor (like in C++)? [duplicate]
Apr 30, 2022
java
c++
copy-constructor
language-comparisons
object-construction
Is Java slow when creating Objects?
Jul 19, 2022
java
performance
oop
new-operator
object-construction
How do I use Powermockito to mock the construction of new objects when testing a method in an anonymous class?
Dec 22, 2020
java
mockito
anonymous-class
powermock
object-construction
std::initializer_list constructor
Sep 21, 2022
c++
c++11
object-construction
stdinitializerlist
How do I initialize classes with lots of fields in an elegant way?
Aug 30, 2022
java
coding-style
builder
code-cleanup
object-construction
JavaScript: using constructor without operator 'new'
Sep 01, 2022
javascript
constructor
new-operator
object-construction
If two objects are declared in a single line, in which order are they constructed?
Aug 20, 2022
c++
language-lawyer
declaration
object-construction
How can I initialize C++ object member variables in the constructor?
Aug 17, 2022
c++
constructor
class-members
object-construction
Why should I prefer to use member initialization lists?
Aug 14, 2022
c++
oop
object-construction