Cursos
Cursos
Compilador de CĆ³digo
Compilador de CĆ³digo
Discutir
Teams
Fazer login
Registrar
Menu
Q&A DiscussƵes
Pesquisar
Pesquisar
FaƧa uma pergunta
FaƧa uma pergunta
In C++, why we can not create object of abstract class and we can just create only pointer/referance of abstract class?
a
0 Voto
1 Resposta
11th Jul 2019, 12:44 AM
Amit chavare
Python non consistent Object-variable identity?
identity
lists
object
python3
variable
1 Voto
3 Respostas
11th Jul 2018, 5:19 PM
Jose Berlines
What does Test& Test::func () mean?
c++
class
object
pointer
this
0 Voto
4 Respostas
11th Jun 2020, 1:02 AM
Prashant Pant
why the object pass to the friend function in declaration is different from invocation? (declaration with & and calling without & operator)
c++
classes
friend
0 Voto
3 Respostas
23rd Jun 2016, 10:37 PM
Hosein Aghajani
Return Math.random() between range?
html
javascript
math
object
random
range
web
3 Votos
1 Resposta
8th Jul 2018, 8:14 PM
Joshua Morgan
Am I correct
c#
class
classes
games
object
1 Voto
3 Respostas
4th Feb 2019, 9:07 AM
Raptor Bot
Can I use classes in Python like in Java?
class
classes
java
object
python
3 Votos
3 Respostas
12th Dec 2017, 8:50 AM
TuniSenpao
Need suggestions for class and object.
beginner
c++
class
object
oriented
5 Votos
1 Resposta
30th Aug 2017, 3:39 PM
jan afridi
Constructor of every object in vector is called everytime I add a new element. How do I resolve this?
c++
0 Voto
1 Resposta
27th Mar 2017, 1:09 PM
denzal maradona
I want to style em line 29 in class with object l. Style position and bottom. Thanks you sir.
em.
style
-2 Votos
1 Resposta
3rd Jul 2021, 2:42 PM
Malick Diagne
C++ program for student details& print the same pointer to object & pointer to member function.create a class student
c++
-6 Votos
1 Resposta
14th Nov 2017, 1:35 AM
SRI VISHNU T
Is there any difference between creating new object with the default copy constructor and declaring a reference to it?
c++
copy_constructor
reference
0 Voto
1 Resposta
26th Nov 2016, 3:29 PM
Marcell Juhasz
Why it is said here that when passing an object to function it must be passes by reference ?
c++
classes
friend
0 Voto
1 Resposta
24th Jul 2017, 4:57 PM
Amit Sharma
How does one assign the value obtained of concatenation of two string variables to an object type identifiers' initialization?
c#
1 Voto
1 Resposta
17th Apr 2017, 10:27 PM
Mandla Phillip Ndimande
Can we find the value of object (address stored in memory) stored in the reference variable of object?? how? Pls give examples.
java
variables
1 Voto
2 Respostas
5th Oct 2016, 12:22 PM
Ravindra
Scientists measure an objectās mass in kilograms and its weight in newtons. If you know the amount of mass of an object in kilog
helo
-2 Votos
3 Respostas
19th Feb 2020, 10:50 AM
Ashade Philip
hi guys, need some help, I cannot initialize the array inside of class how to do this properly,
arrays
c
c++
class
object
oop
1 Voto
5 Respostas
14th Jul 2021, 8:44 PM
Aleks kryzhanivskyi
Unexpected Output In Javascript!
but
declaration
else
expected
javascript
object
output
something
unexpected
variable
14 Votos
4 Respostas
30th Sep 2020, 2:07 PM
Mask Man(What's in a name?)
ćJavascriptćObjects / Can this get only one result?
beginner
error
javacript
object
objects
result
0 Voto
6 Respostas
25th May 2018, 12:13 PM
Ayumi
How to covert list of Strings to int ?
arraylist
class
int
java
object
split
strings
to
1 Voto
12 Respostas
4th Jul 2018, 4:43 AM
Shamsulhaq Alkozay
Under Java->More on Classes->Polymorphism, to create an object of an inherited class, " Animal a = new Dog();" is used. "Dog a =
java
polymorphism
0 Voto
2 Respostas
20th Aug 2018, 4:25 AM
Dinesh Kumar
What is wrong with my code
and
class
in
object
python
0 Voto
2 Respostas
2nd Nov 2020, 7:56 PM
Vincent Birma Reuben
Did I understand right about objects and classes? Class is the draft, but object is thing, which is made using this draft.
classes
java
objects
1 Voto
2 Respostas
10th Dec 2016, 7:21 AM
Nochains
How do i get the value of an input and display it on the html document if name exist in an object property ?
javascript
objects
0 Voto
1 Resposta
17th Jul 2021, 2:36 PM
Mark Davis
Most difficult Question in Java Observe Carefully the Question like and share
class
constructor
java
method
object
static
2 Votos
6 Respostas
6th Nov 2016, 1:47 PM
Jenny Lance
I created a contact object and added a print method to it.. the problem is I get an error code saying no input
javascript
methods
objects
0 Voto
2 Respostas
20th Jul 2021, 3:36 PM
Adigwe Leo
C++ OR C#
c#
c++
framework
object
2 Votos
1 Resposta
30th Dec 2016, 3:07 AM
Baraka Mulungula
Could you help me with this code I use Spyder and a form designed in QtDesigner, I get error 'str' object has no attribute 'plot
python3
0 Voto
1 Resposta
19th Nov 2020, 8:57 PM
Astrid
How is a property created?
class
created
decorator
object
of
oriented
programming
property
python
subclass
5 Votos
4 Respostas
12th Jul 2020, 2:27 PM
Dhairya
How to use newline statement in print function? How to print the color of the object in next line in below code?
&
classes
objects
python3
0 Voto
1 Resposta
7th Aug 2020, 2:31 AM
Ashish Singh
Challenge 3.2 Add to cart / Shopping Cart
addtocart
forloops
go
golang
instance
methods
object
range
shoppingcart
-1 Voto
4 Respostas
28th May 2021, 1:45 AM
Lucas Kliemczak
Could someone explain me please, why is useful a pointer to a class' object, if I can simply use the name of the object in the class?
c++
classes
pointers
1 Voto
4 Respostas
30th Jan 2016, 4:33 PM
Matias Beraldo Fernandez
please how can you make the user to specify the values of an object for example you have already create the age property but you
javascript
objects
1 Voto
3 Respostas
12th Aug 2017, 8:23 PM
Oluwaseun Ogunlana B.
Friends can you help me to understand this, please š£š¢
help
object
oriented
programming
sololearn
3 Votos
2 Respostas
28th Jan 2018, 12:33 PM
Ujjwal Kumar
what this statement is called. Class_name object=new class_name ();
class
constructors
creation
java
new
object
operators
2 Votos
8 Respostas
20th Oct 2016, 7:09 PM
Aqueeb Jawed
Accessing an objectās member functions through each type of objectās name, a reference to the object or pointer of object.
8
edition
0 Voto
1 Resposta
10th Jul 2017, 9:25 AM
Saad Ahmed
Seekg(sizeof(z)) if z is an object and i didn't give any ios::__ then what will be default beg cur end??
c++
class
data_file_handling
default
object
seekg
seekp
structure
tellg
0 Voto
1 Resposta
11th Feb 2017, 12:23 PM
ShIvam Rawat
Error
error
int
object
python
python3
runtime
0 Voto
4 Respostas
18th Mar 2020, 3:47 PM
Zohal
How can I declare a class in JS?
class
javascript
js
object
oop
3 Votos
2 Respostas
26th May 2017, 2:40 AM
Eric Ruiz
error in defining class
no
object
python
takes
-1 Voto
3 Respostas
9th Nov 2017, 12:13 PM
priyam mehta
In most cases, we want a copy constructor in object oriented program in java..I actually do not understand why do we use it!!!!
java
1 Voto
2 Respostas
5th Mar 2017, 8:50 PM
Rea
Can we destroy an instantiated object manually and call its destructor before we exit the scope which it was declared? (C#)
c#
destroying-object
destructors
0 Voto
2 Respostas
15th Feb 2017, 9:58 PM
SIMOMEGA
Need help with JavaScript recursive nested objects & arrays
array
arrays
javascript
nested
object
objects
recursive
6 Votos
1 Resposta
25th Feb 2019, 6:21 PM
Wubba Lubba Dub Dub
Processing language
java
launguages
new
object
processing
visual
2 Votos
1 Resposta
20th Jun 2019, 12:52 AM
Spartanguy1031
I have an array of objects , now i want to add a new object to that array by checking if the value is unique . how ?
arrays
java
objects
1 Voto
4 Respostas
15th Jan 2017, 9:42 AM
Max Justice
Is this how casting works??
casting
class
downcasting
instance
java
method
object
up
2 Votos
7 Respostas
27th Nov 2016, 10:49 PM
Mista Ben
I want to do a spaceship battle (2 planes, lots of bullets) and I have a few doubts...
c#
class
collision
method
object
planes
programming
3 Votos
3 Respostas
15th May 2020, 11:51 AM
š Alex TuČinean š
Using inheritance in Javascript
inheritance
javascript
object
prototype
0 Voto
2 Respostas
27th Jan 2017, 6:41 AM
totoro
Best book or resources for learning oop concepts?
book
java
object
oop
oriented
programming
resources
2 Votos
4 Respostas
23rd Mar 2018, 2:15 PM
Ketan Shukla
Class children have different features(its own unique functions), how to use it from Parent class?
abstract-classes
exception
inheri
java
object
0 Voto
2 Respostas
6th Nov 2022, 1:42 PM
siviaseason
FaƧa uma pergunta
FaƧa uma pergunta
FaƧa uma pergunta
FaƧa uma pergunta
< Anterior
1
...
33
34
35
...
37
PrĆ³ximo >
Quente hoje
What's the best way to learn anything
1 Votes
Most asked!
1 Votes
How can I improve my Authenticator App built with HTML, CSS, and JavaScript?
0 Votes
Malloc vs calloc | memory not initialized
1 Votes
Is react js enough for frontend??
0 Votes
help!
0 Votes
Mini project ideas for final years
0 Votes
Please guys could smw do this for me ?
0 Votes
Best way to remember things on this app?
0 Votes
Inquiry on how to start html
0 Votes