Posts by Brener Sousa • 35 points
2 posts
- 
		2 votes3 answers70 viewsQ: Because I would do Downcasting and Upcasting on C#To be more specific, I understood the concepts and everything, but I don’t have a real-life example that I would need to do upcasting or downcasting, for example Businessaccount inherits from… c#asked Brener Sousa 35
- 
		1 votes1 answer116 viewsQ: I need to implement a push service Notifications in React NativeI am working on an app for doctors, in this application I need to notify the user when the time of scheduling is equal to the mobile. Doubts and problems How to do a function that compares the…